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


The following commit has been merged in the debian/experimental branch:
commit e7933a8710ba8bdb207b3e5d8b5f0d6876863e68
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 12:13:28 2010 +0000

    2010-08-06  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Darin Adler.
    
            <noscript> is not allowed inside <p>
            https://bugs.webkit.org/show_bug.cgi?id=43440
    
            Add a test that we now we parse this example correctly.
    
            * html5lib/resources/webkit02.dat:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64838 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index cc71e76..75a5f10 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-06  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Darin Adler.
+
+        <noscript> is not allowed inside <p>
+        https://bugs.webkit.org/show_bug.cgi?id=43440
+
+        Add a test that we now we parse this example correctly.
+
+        * html5lib/resources/webkit02.dat:
+
 2010-08-06  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Not reviewed, forgot to land these new results in my last commit.
diff --git a/LayoutTests/html5lib/resources/webkit02.dat b/LayoutTests/html5lib/resources/webkit02.dat
index 4ba819f..450643b 100644
--- a/LayoutTests/html5lib/resources/webkit02.dat
+++ b/LayoutTests/html5lib/resources/webkit02.dat
@@ -7,3 +7,17 @@
 |   <body>
 |     <foo>
 |       bar="qux/"
+
+#data
+<p id="status"><noscript><strong>A</strong></noscript><span>B</span></p>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <p>
+|       id="status"
+|       <noscript>
+|         "<strong>A</strong>"
+|       <span>
+|         "B"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list