Title: [116491] trunk/LayoutTests
Revision
116491
Author
[email protected]
Date
2012-05-08 21:10:05 -0700 (Tue, 08 May 2012)

Log Message

Unreviewed, a trivial test fix to remove a platform-dependency.
https://bugs.webkit.org/show_bug.cgi?id=81854

* fast/forms/form-collection-radio-node-list-expected.txt:
* fast/forms/form-collection-radio-node-list.html:
Remove form controls from the document before completing the test.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (116490 => 116491)


--- trunk/LayoutTests/ChangeLog	2012-05-09 03:49:17 UTC (rev 116490)
+++ trunk/LayoutTests/ChangeLog	2012-05-09 04:10:05 UTC (rev 116491)
@@ -1,5 +1,14 @@
 2012-05-08  Kent Tamura  <[email protected]>
 
+        Unreviewed, a trivial test fix to remove a platform-dependency.
+        https://bugs.webkit.org/show_bug.cgi?id=81854
+
+        * fast/forms/form-collection-radio-node-list-expected.txt:
+        * fast/forms/form-collection-radio-node-list.html:
+        Remove form controls from the document before completing the test.
+
+2012-05-08  Kent Tamura  <[email protected]>
+
         [Chromium] Test expectation update
         Skip post-in-iframe-with-back-navigation.html because it might cause a
         failure of the next test, preload-append-scan.php

Modified: trunk/LayoutTests/fast/forms/form-collection-radio-node-list-expected.txt (116490 => 116491)


--- trunk/LayoutTests/fast/forms/form-collection-radio-node-list-expected.txt	2012-05-09 03:49:17 UTC (rev 116490)
+++ trunk/LayoutTests/fast/forms/form-collection-radio-node-list-expected.txt	2012-05-09 04:10:05 UTC (rev 116491)
@@ -3,10 +3,7 @@
 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'

Modified: trunk/LayoutTests/fast/forms/form-collection-radio-node-list.html (116490 => 116491)


--- trunk/LayoutTests/fast/forms/form-collection-radio-node-list.html	2012-05-09 03:49:17 UTC (rev 116490)
+++ trunk/LayoutTests/fast/forms/form-collection-radio-node-list.html	2012-05-09 04:10:05 UTC (rev 116491)
@@ -122,6 +122,8 @@
 debug("After changing the id");
 shouldBe('radioNodeList2.length', '2');
 debug("");
+
+container.parentNode.removeChild(container);
 </script>
 <script src=""
 </body>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to