Changeset 63470 in webkit


Ignore:
Timestamp:
Jul 15, 2010 3:08:45 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-07-15 Adam Barth <abarth@webkit.org>

Reviewed by Darin Adler.

fast/frames/frame-deep-nested-resize.html shouldn't depend on <body> before <frameset>
https://bugs.webkit.org/show_bug.cgi?id=42351

  • fast/frames/frame-deep-nested-resize.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r63466 r63470  
     12010-07-15  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        fast/frames/frame-deep-nested-resize.html shouldn't depend on <body> before <frameset>
     6        https://bugs.webkit.org/show_bug.cgi?id=42351
     7
     8        * fast/frames/frame-deep-nested-resize.html:
     9
    1102010-07-15  Chris Fleizach  <cfleizach@apple.com>
    211
  • trunk/LayoutTests/fast/frames/frame-deep-nested-resize.html

    r39812 r63470  
    8585                    log(Eight, Eight.frameElement.width == 100, true, 100)
    8686            }
     87
     88            window.onload = init;
    8789        </script>
    8890    </head>
    89     <body onload="init()">
    9091        <frameset cols='90,*' onmousemove="checkProgress()" onmouseup="checkProgress()" onmousedown="checkProgress()">
    9192            <frame framemargin=0 frameborder=1 name="One" framespacing=1 />
     
    104105            </frameset>
    105106        </frameset>
    106     </body>
    107107</html>
Note: See TracChangeset for help on using the changeset viewer.