[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abarth at webkit.org abarth at webkit.org
Wed Dec 22 11:14:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2810671050c89ebe2a1fd0d919a44b3ffe3409fd
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 22:08:45 2010 +0000

    2010-07-15  Adam Barth  <abarth at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63470 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 78e579d..7a98c29 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-15  Adam Barth  <abarth at 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:
+
 2010-07-15  Chris Fleizach  <cfleizach at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/fast/frames/frame-deep-nested-resize.html b/LayoutTests/fast/frames/frame-deep-nested-resize.html
index 0b6bf3d..095ad2c 100644
--- a/LayoutTests/fast/frames/frame-deep-nested-resize.html
+++ b/LayoutTests/fast/frames/frame-deep-nested-resize.html
@@ -84,9 +84,10 @@
                     log(Seven, Seven.frameElement.width == 100, true, 100)
                     log(Eight, Eight.frameElement.width == 100, true, 100)
             }
+
+            window.onload = init;
         </script>
     </head>
-    <body onload="init()">
         <frameset cols='90,*' onmousemove="checkProgress()" onmouseup="checkProgress()" onmousedown="checkProgress()">
             <frame framemargin=0 frameborder=1 name="One" framespacing=1 />
             <frameset rows='70,50,*' onmousemove="checkProgress()" onmouseup="checkProgress()" onmousedown="checkProgress()">
@@ -103,5 +104,4 @@
                 </frameset>
             </frameset>
         </frameset>
-    </body>
 </html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list