Title: [99433] trunk/LayoutTests
Revision
99433
Author
[email protected]
Date
2011-11-07 09:43:43 -0800 (Mon, 07 Nov 2011)

Log Message

[GTK] fast/frames/flattening/frameset-flattening-simple.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=71655

Reviewed by Martin Robinson.

* fast/frames/flattening/frameset-flattening-simple.html: Trigger
the test only after the embedded frame has been loaded.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99432 => 99433)


--- trunk/LayoutTests/ChangeLog	2011-11-07 17:36:23 UTC (rev 99432)
+++ trunk/LayoutTests/ChangeLog	2011-11-07 17:43:43 UTC (rev 99433)
@@ -1,3 +1,13 @@
+2011-11-07  Philippe Normand  <[email protected]>
+
+        [GTK] fast/frames/flattening/frameset-flattening-simple.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=71655
+
+        Reviewed by Martin Robinson.
+
+        * fast/frames/flattening/frameset-flattening-simple.html: Trigger
+        the test only after the embedded frame has been loaded.
+
 2011-11-07  Simon Hausmann  <[email protected]>
 
         [Qt] More gardening. Skip keygen related tests.

Modified: trunk/LayoutTests/fast/frames/flattening/frameset-flattening-simple.html (99432 => 99433)


--- trunk/LayoutTests/fast/frames/flattening/frameset-flattening-simple.html	2011-11-07 17:36:23 UTC (rev 99432)
+++ trunk/LayoutTests/fast/frames/flattening/frameset-flattening-simple.html	2011-11-07 17:43:43 UTC (rev 99433)
@@ -15,8 +15,8 @@
         }
     </script>
 </head>
-<frameset border=0 cols="*,200" _onload_="test()">
-    <frame src=""
+<frameset border=0 cols="*,200">
+    <frame _onload_="test()" src=""
         <style>body { background-color: green; }</style>
         <p>
             Test for frameset flattening. The flattening only works inside the DRT.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to