[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:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 622100dd52b6f4d40f14d919d0c481f203e1b9b8
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 20:55:37 2010 +0000

    2010-07-15  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            frameset.pl has some bogus HTML
            https://bugs.webkit.org/show_bug.cgi?id=42347
    
            HTML5 ignores <frameset> elements inside <body> elements.  Instead of
            creating a random body element (using bogus Perl), we just create the
            frameset.  The body/frameset interaction is covered by parser tests.
    
            * http/tests/navigation/resources/frameset.pl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63458 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index adfac59..e192fc8 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-07-15  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        frameset.pl has some bogus HTML
+        https://bugs.webkit.org/show_bug.cgi?id=42347
+
+        HTML5 ignores <frameset> elements inside <body> elements.  Instead of
+        creating a random body element (using bogus Perl), we just create the
+        frameset.  The body/frameset interaction is covered by parser tests.
+
+        * http/tests/navigation/resources/frameset.pl:
+
 2010-07-07  John Gregg  <johnnyg at google.com>
 
         Reviewed by Jian Li.
diff --git a/LayoutTests/http/tests/navigation/resources/frameset.pl b/LayoutTests/http/tests/navigation/resources/frameset.pl
index 886d184..cf12f12 100755
--- a/LayoutTests/http/tests/navigation/resources/frameset.pl
+++ b/LayoutTests/http/tests/navigation/resources/frameset.pl
@@ -17,11 +17,10 @@ print "\r\n";
 print <<HERE_DOC_END
 <html>
 <script type="text/javascript" src="testcode.js"></script>
-body>\n";
 <frameset rows="90%,10%">
 <frame src="$frameURL" name="main">
 <frame src="otherpage.html" name="footer">
 </frameset>
-</body></html>
+</html>
 HERE_DOC_END
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list