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


The following commit has been merged in the debian/experimental branch:
commit d54648050faf828665e412d07052beba51bc6ce3
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 20 18:51:32 2010 +0000

    2010-09-20  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Alexey Proskuryakov.
    
            Attributes not interpreted correctly if there is a syntax error
            https://bugs.webkit.org/show_bug.cgi?id=16254
    
            The underlying bug was fixed by the HTML5 parser, but I don't think we
            have a test for this particular tokenization behavior.
    
            * html5lib/resources/webkit01.dat:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67868 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 9434dda..22d2f7d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-20  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Attributes not interpreted correctly if there is a syntax error
+        https://bugs.webkit.org/show_bug.cgi?id=16254
+
+        The underlying bug was fixed by the HTML5 parser, but I don't think we
+        have a test for this particular tokenization behavior.
+
+        * html5lib/resources/webkit01.dat:
+
 2010-09-20  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Oliver Hunt.
diff --git a/LayoutTests/html5lib/resources/webkit01.dat b/LayoutTests/html5lib/resources/webkit01.dat
index 4297b69..c862320 100644
--- a/LayoutTests/html5lib/resources/webkit01.dat
+++ b/LayoutTests/html5lib/resources/webkit01.dat
@@ -507,3 +507,14 @@ console.log("FOO<span>BAR</span>BAZ");
 |       <svg title>
 |         <svg svg>
 |         <div>
+
+#data
+<img <="" FAIL>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <img>
+|       <=""
+|       fail=""

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list