[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 12:08:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7d41a7c9547dc6f3be6784da9e2f0988e74d83de
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 09:09:50 2010 +0000

    2010-08-16  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Alexey Proskuryakov.
    
            document.write causes the links to appear twice (noscript content is not ignored)
            https://bugs.webkit.org/show_bug.cgi?id=16230
    
            Add a test for this case.
    
            * fast/parser/document-write-noscript-expected.txt: Added.
            * fast/parser/document-write-noscript.html: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65402 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c8bf28f..7abe413 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,18 @@
 
         Reviewed by Alexey Proskuryakov.
 
+        document.write causes the links to appear twice (noscript content is not ignored)
+        https://bugs.webkit.org/show_bug.cgi?id=16230
+
+        Add a test for this case.
+
+        * fast/parser/document-write-noscript-expected.txt: Added.
+        * fast/parser/document-write-noscript.html: Added.
+
+2010-08-16  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Alexey Proskuryakov.
+
         document.write() isn't processed immediately before DOM access
         https://bugs.webkit.org/show_bug.cgi?id=36881
 
diff --git a/LayoutTests/fast/parser/document-write-noscript-expected.txt b/LayoutTests/fast/parser/document-write-noscript-expected.txt
new file mode 100644
index 0000000..0139614
--- /dev/null
+++ b/LayoutTests/fast/parser/document-write-noscript-expected.txt
@@ -0,0 +1 @@
+Should not say FAIL:
diff --git a/LayoutTests/fast/parser/document-write-noscript.html b/LayoutTests/fast/parser/document-write-noscript.html
new file mode 100644
index 0000000..880fdc4
--- /dev/null
+++ b/LayoutTests/fast/parser/document-write-noscript.html
@@ -0,0 +1,10 @@
+<html> 
+<body> 
+<script>
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
+</script>
+Should not say FAIL:
+<script src="data:text/javascript,document.write('<script>');document.write('</script><noscript>');document.write('<div>FAIL</div>');document.write('</noscript>');"></script> 
+</body> 
+</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list