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


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

    2010-09-21  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Alexey Proskuryakov.
    
            Closing <li> should close nested <div>
            https://bugs.webkit.org/show_bug.cgi?id=26170
    
            This bug is fixed by the HTML5 parser.  Adding test.  (We have lots of
            variations of this test, but I'm adding another one to make Alexey
            happy.)
    
            * html5lib/resources/webkit01.dat:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67969 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8002e01..5bcfce4 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-21  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Alexey Proskuryakov.
+
+        Closing <li> should close nested <div>
+        https://bugs.webkit.org/show_bug.cgi?id=26170
+
+        This bug is fixed by the HTML5 parser.  Adding test.  (We have lots of
+        variations of this test, but I'm adding another one to make Alexey
+        happy.)
+
+        * html5lib/resources/webkit01.dat:
+
 2010-09-21  Abhishek Arya  <inferno at chromium.org>
 
         Reviewed by Dave Hyatt.
diff --git a/LayoutTests/html5lib/resources/webkit01.dat b/LayoutTests/html5lib/resources/webkit01.dat
index c862320..cf18925 100644
--- a/LayoutTests/html5lib/resources/webkit01.dat
+++ b/LayoutTests/html5lib/resources/webkit01.dat
@@ -518,3 +518,20 @@ console.log("FOO<span>BAR</span>BAZ");
 |     <img>
 |       <=""
 |       fail=""
+
+#data
+<ul><li><div id='foo'/>A</li><li>B<div>C</div></li></ul>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <ul>
+|       <li>
+|         <div>
+|           id="foo"
+|           "A"
+|       <li>
+|         "B"
+|         <div>
+|           "C"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list