Changeset 99576 in webkit


Ignore:
Timestamp:
Nov 8, 2011 9:09:17 AM (13 years ago)
Author:
commit-queue@webkit.org
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 <pnormand@igalia.com> 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.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r99572 r99576  
     12011-11-08  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK] fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=71774
     5
     6        Reviewed by Martin Robinson.
     7
     8        * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
     9        Trigger the test when the iframe loaded to avoid potential
     10        flakyness.
     11
    1122011-11-08  Nikolas Zimmermann  <nzimmermann@rim.com>
    213
  • trunk/LayoutTests/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html

    r99361 r99576  
    1616    </script>
    1717</head>
    18 <body onload="test()">
     18<body>
    1919    <style>body { background-color: green; }</style>
    2020    <p>Test for iframe flattening. The flattening only works inside the DRT.
     
    2222       border, and it must not be scrollable or have scrollbars.
    2323
    24     <p><iframe width="200px" height="200px" scrolling=no src="data:text/html,
     24    <p><iframe onload="test()" width="200px" height="200px" scrolling=no src="data:text/html,
    2525        <style>body { background-color: red; }</style>
    2626        <body>
Note: See TracChangeset for help on using the changeset viewer.