Title: [102716] trunk/LayoutTests
Revision
102716
Author
[email protected]
Date
2011-12-13 15:54:03 -0800 (Tue, 13 Dec 2011)

Log Message

Rolling out r102461, a change to a layout test to try to remove flakiness on Chromium.

http://trac.webkit.org/changeset/102461
Test is still flaky on Chromium, so rollout the change.

* fast/replaced/width100percent-textarea.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (102715 => 102716)


--- trunk/LayoutTests/ChangeLog	2011-12-13 23:50:44 UTC (rev 102715)
+++ trunk/LayoutTests/ChangeLog	2011-12-13 23:54:03 UTC (rev 102716)
@@ -1,3 +1,12 @@
+2011-12-13  Tony Chang  <[email protected]>
+
+        Rolling out r102461, a change to a layout test to try to remove flakiness on Chromium.
+
+        http://trac.webkit.org/changeset/102461
+        Test is still flaky on Chromium, so rollout the change.
+
+        * fast/replaced/width100percent-textarea.html:
+
 2011-12-13  Kenneth Russell  <[email protected]>
 
         Unreviewed Chromium expectations update. Expand a couple of existing suppressions.

Modified: trunk/LayoutTests/fast/replaced/width100percent-textarea.html (102715 => 102716)


--- trunk/LayoutTests/fast/replaced/width100percent-textarea.html	2011-12-13 23:50:44 UTC (rev 102715)
+++ trunk/LayoutTests/fast/replaced/width100percent-textarea.html	2011-12-13 23:54:03 UTC (rev 102716)
@@ -6,12 +6,8 @@
 </head>
 <body>
 <script>
-if (window.layoutTestController) {
-    // Force intial layout.
-    document.body.offsetTop;
-
+if (window.layoutTestController)
     layoutTestController.display();
-}
 </script>
 
 The textareas below should not overlap.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to