Title: [99576] trunk/LayoutTests
- Revision
- 99576
- Author
- [email protected]
- Date
- 2011-11-08 09:09:17 -0800 (Tue, 08 Nov 2011)
Log Message
[GTK] fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=71774
Patch by Philippe Normand <[email protected]> on 2011-11-08
Reviewed by Martin Robinson.
* fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
Trigger the test when the iframe loaded to avoid potential
flakyness.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (99575 => 99576)
--- trunk/LayoutTests/ChangeLog 2011-11-08 17:06:33 UTC (rev 99575)
+++ trunk/LayoutTests/ChangeLog 2011-11-08 17:09:17 UTC (rev 99576)
@@ -1,3 +1,14 @@
+2011-11-08 Philippe Normand <[email protected]>
+
+ [GTK] fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=71774
+
+ Reviewed by Martin Robinson.
+
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
+ Trigger the test when the iframe loaded to avoid potential
+ flakyness.
+
2011-11-08 Nikolas Zimmermann <[email protected]>
Not reviewed. Rebaseline qt results after the recent SVGImage changes.
Modified: trunk/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html (99575 => 99576)
--- trunk/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html 2011-11-08 17:06:33 UTC (rev 99575)
+++ trunk/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html 2011-11-08 17:09:17 UTC (rev 99576)
@@ -15,13 +15,13 @@
}
</script>
</head>
-<body _onload_="test()">
+<body>
<style>body { background-color: green; }</style>
<p>Test for iframe flattening. The flattening only works inside the DRT.
<p>This inner frame should be 200px in each direction, disregarding the
border, and it must not be scrollable or have scrollbars.
- <p><iframe width="200px" height="200px" scrolling=no src=""
+ <p><iframe _onload_="test()" width="200px" height="200px" scrolling=no src=""
<style>body { background-color: red; }</style>
<body>
<div style='position: absolute; width: 400px; height: 400px; left: 0; top: 0px;'></div>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes