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


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

    2010-09-21  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Darin Adler.
    
            HTML parser double quote error recovery doesn't match Firefox 3.0.x
            https://bugs.webkit.org/show_bug.cgi?id=23970
    
            This bug is fixed by the HTML5 parser.  Adding test.
    
            * fast/tokenizer/unterminated-quote-in-noscript-expected.txt: Added.
            * fast/tokenizer/unterminated-quote-in-noscript.html: Added.
            * html5lib/resources/webkit02.dat:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67962 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index dec4cdb..430ce94 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-21  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Darin Adler.
+
+        HTML parser double quote error recovery doesn't match Firefox 3.0.x
+        https://bugs.webkit.org/show_bug.cgi?id=23970
+
+        This bug is fixed by the HTML5 parser.  Adding test.
+
+        * fast/tokenizer/unterminated-quote-in-noscript-expected.txt: Added.
+        * fast/tokenizer/unterminated-quote-in-noscript.html: Added.
+        * html5lib/resources/webkit02.dat:
+
 2010-09-17  Tony Chang  <tony at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/LayoutTests/fast/tokenizer/unterminated-quote-in-noscript-expected.txt b/LayoutTests/fast/tokenizer/unterminated-quote-in-noscript-expected.txt
new file mode 100644
index 0000000..b29b1b1
--- /dev/null
+++ b/LayoutTests/fast/tokenizer/unterminated-quote-in-noscript-expected.txt
@@ -0,0 +1 @@
+PASS: This text is visible.
diff --git a/LayoutTests/fast/tokenizer/unterminated-quote-in-noscript.html b/LayoutTests/fast/tokenizer/unterminated-quote-in-noscript.html
new file mode 100644
index 0000000..5bb3cd0
--- /dev/null
+++ b/LayoutTests/fast/tokenizer/unterminated-quote-in-noscript.html
@@ -0,0 +1,12 @@
+<html>
+<body>
+<script>
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
+</script>
+<noscript> 
+<img src="about:blank" alt=">
+</noscript>
+<div>PASS: This text is visible.</div>
+</body>
+</html>
diff --git a/LayoutTests/html5lib/resources/webkit02.dat b/LayoutTests/html5lib/resources/webkit02.dat
index d29d124..69fbe5d 100644
--- a/LayoutTests/html5lib/resources/webkit02.dat
+++ b/LayoutTests/html5lib/resources/webkit02.dat
@@ -32,3 +32,11 @@
 |     <div>
 |       <sarcasm>
 |         <div>
+
+#data
+<html><body><img src="" border="0" alt="><div>A</div></body></html>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list