Title: [116509] trunk/LayoutTests
Revision
116509
Author
[email protected]
Date
2012-05-09 02:37:48 -0700 (Wed, 09 May 2012)

Log Message

[Qt] Gardening. Skip a failing test, remove an unnecessary platform specific expected file.
https://bugs.webkit.org/show_bug.cgi?id=85969

Patch by Zoltan Arvai <[email protected]> on 2012-05-09
Reviewed by Csaba Osztrogonác.

* platform/qt/Skipped:
* platform/qt/fast/forms/form-collection-radio-node-list-expected.txt: Removed after r116491.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (116508 => 116509)


--- trunk/LayoutTests/ChangeLog	2012-05-09 09:26:57 UTC (rev 116508)
+++ trunk/LayoutTests/ChangeLog	2012-05-09 09:37:48 UTC (rev 116509)
@@ -1,3 +1,14 @@
+2012-05-09  Zoltan Arvai  <[email protected]>
+
+        [Qt] Gardening. Skip a failing test, remove an unnecessary platform specific expected file.
+        https://bugs.webkit.org/show_bug.cgi?id=85969
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/qt/Skipped:
+        * platform/qt/fast/forms/form-collection-radio-node-list-expected.txt: Removed after r116491.
+
+
 2012-05-09  Shinya Kawanaka  <[email protected]>
 
         Position should be able to have ShadowRoot as a container.

Modified: trunk/LayoutTests/platform/qt/Skipped (116508 => 116509)


--- trunk/LayoutTests/platform/qt/Skipped	2012-05-09 09:26:57 UTC (rev 116508)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-05-09 09:37:48 UTC (rev 116509)
@@ -550,6 +550,10 @@
 http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html
 http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html
 
+# new failing test after r116473
+# https://bugs.webkit.org/show_bug.cgi?id=85969
+http/tests/loading/post-in-iframe-with-back-navigation.html
+
 # This needs more attention!
 http/tests/misc/acid3.html
 

Deleted: trunk/LayoutTests/platform/qt/fast/forms/form-collection-radio-node-list-expected.txt (116508 => 116509)


--- trunk/LayoutTests/platform/qt/fast/forms/form-collection-radio-node-list-expected.txt	2012-05-09 09:26:57 UTC (rev 116508)
+++ trunk/LayoutTests/platform/qt/fast/forms/form-collection-radio-node-list-expected.txt	2012-05-09 09:37:48 UTC (rev 116509)
@@ -1,44 +0,0 @@
-This test is for RadioNodeList specified at http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#radionodelist
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
- 
-                                       
-
-
-PASS owner.elements.length is 23
-PASS radioNodeList.length is 4
-PASS radioNodeList[0].value is 'searching'
-PASS radioNodeList[1].value is '123'
-PASS radioNodeList[2].value is 'inputRadioValue'
-PASS radioNodeList[3].value is 'buttonValue'
-
-Changing the input value to check RadioNodeList is live view of FormCollection
-PASS radioNodeList[1].value is '456'
-
-Checking value IDL attribute on the RadioNodeList
-PASS radioNodeList.value is ""
-PASS radioNodeList.value = "inputRadioValue"; radioNodeList[2].checked is true
-PASS Object.prototype.toString.call(radioNodeList[2]) is '[object HTMLInputElement]'
-PASS radioNodeList[2].type is 'radio'
-PASS radioNodeList.value is ""
-PASS radioNodeList[2].checked = true; radioNodeList.value is 'inputRadioValue'
-
-Check RadioNodeList is updated after adding a new element
-PASS owner.appendChild(newElement); radioNodeList.length is 5
-PASS radioNodeList[4].value is 'new element'
-
-Check RadioNodeList is updated after remove an element
-PASS owner.removeChild(newElement); radioNodeList.length is 4
-PASS radioNodeList[3].value is 'buttonValue'
-
-Check RadioNodeList is updated after adding a new element
-PASS container.appendChild(nonSubtreeElement); radioNodeList.length is 5
-PASS owner.elements.length is 24
-PASS radioNodeList[4].value is 'non subtree element'
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to