Changeset 99433 in webkit


Ignore:
Timestamp:
Nov 7, 2011 9:43:43 AM (12 years ago)
Author:
Philippe Normand
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.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r99423 r99433  
     12011-11-07  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK] fast/frames/flattening/frameset-flattening-simple.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=71655
     5
     6        Reviewed by Martin Robinson.
     7
     8        * fast/frames/flattening/frameset-flattening-simple.html: Trigger
     9        the test only after the embedded frame has been loaded.
     10
    1112011-11-07  Simon Hausmann  <simon.hausmann@nokia.com>
    212
  • trunk/LayoutTests/fast/frames/flattening/frameset-flattening-simple.html

    r99361 r99433  
    1616    </script>
    1717</head>
    18 <frameset border=0 cols="*,200" onload="test()">
    19     <frame src="data:text/html,
     18<frameset border=0 cols="*,200">
     19    <frame onload="test()" src="data:text/html,
    2020        <style>body { background-color: green; }</style>
    2121        <p>
Note: See TracChangeset for help on using the changeset viewer.