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


The following commit has been merged in the debian/experimental branch:
commit 5b78489d12e6033ccba18b3393cbd4af1839a24a
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 22 01:10:34 2010 +0000

    2010-07-21  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Darin Adler.
    
            incorrect tabindex parsing
            https://bugs.webkit.org/show_bug.cgi?id=21076
    
            Add a test showing that our parsing of unquoted attributes in
            self-closing tags complies with the spec.
    
            * html5lib/resources/webkit02.dat: Added.
            * html5lib/runner-expected-html5.txt:
            * html5lib/runner-expected.txt:
            * html5lib/runner.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63872 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 19f9ebf..567b7f4 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,20 @@
 2010-07-21  Adam Barth  <abarth at webkit.org>
 
+        Reviewed by Darin Adler.
+
+        incorrect tabindex parsing
+        https://bugs.webkit.org/show_bug.cgi?id=21076
+
+        Add a test showing that our parsing of unquoted attributes in
+        self-closing tags complies with the spec.
+
+        * html5lib/resources/webkit02.dat: Added.
+        * html5lib/runner-expected-html5.txt:
+        * html5lib/runner-expected.txt:
+        * html5lib/runner.html:
+
+2010-07-21  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         Let's pass the doctype01.dat tests again, please
diff --git a/LayoutTests/html5lib/resources/webkit02.dat b/LayoutTests/html5lib/resources/webkit02.dat
new file mode 100644
index 0000000..4ba819f
--- /dev/null
+++ b/LayoutTests/html5lib/resources/webkit02.dat
@@ -0,0 +1,9 @@
+#data
+<foo bar=qux/>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <foo>
+|       bar="qux/"
diff --git a/LayoutTests/html5lib/runner-expected-html5.txt b/LayoutTests/html5lib/runner-expected-html5.txt
index 39756b1..6a401de 100644
--- a/LayoutTests/html5lib/runner-expected-html5.txt
+++ b/LayoutTests/html5lib/runner-expected-html5.txt
@@ -366,6 +366,8 @@ Expected:
 |         <table>
 resources/webkit01.dat: PASS
 
+resources/webkit02.dat: PASS
+
 resources/doctype01.dat: PASS
 
 resources/scriptdata01.dat: PASS
diff --git a/LayoutTests/html5lib/runner-expected.txt b/LayoutTests/html5lib/runner-expected.txt
index f834615..2d68cd1 100644
--- a/LayoutTests/html5lib/runner-expected.txt
+++ b/LayoutTests/html5lib/runner-expected.txt
@@ -6551,6 +6551,8 @@ Expected:
 |         <nobr>
 |           "a"
 |         <nobr>
+resources/webkit02.dat: PASS
+
 resources/doctype01.dat:
 31
 
diff --git a/LayoutTests/html5lib/runner.html b/LayoutTests/html5lib/runner.html
index 3ca512d..05a493f 100644
--- a/LayoutTests/html5lib/runner.html
+++ b/LayoutTests/html5lib/runner.html
@@ -58,6 +58,7 @@ var test_files = [
         'resources/tests19.dat',
         'resources/tests20.dat',
         'resources/webkit01.dat',
+        'resources/webkit02.dat',
         'resources/doctype01.dat',
         'resources/scriptdata01.dat',
         'resources/html5test-com.dat',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list