[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 18:38:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4aa62a1c480505ef6b72ba27d55e1965b827f52d
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 15 02:21:39 2010 +0000

    2010-12-14  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Eric Seidel.
    
            Remove pixel tests that are obsoleted by the HTML5 parser suite
            https://bugs.webkit.org/show_bug.cgi?id=51077
    
            Remove tests which had stale Mac pixel baselines (were not updated for
            the HTML5 parser change or for Snow Leopard) which are obsoleted by
            the HTML5 parser test suite (i.e. the same behavior is tested there):
            - fast/parser/parseCommentsInTitles.html is tested by tests16.dat
              (line 956)
            - fast/parser/comment-in-style.html is tested by tests16.dat (line 904)
            - fast/tokenizer/missing-title-end-tag-1.html is tested by tests16.dat
              (line 980)
            - fast/tokenizer/missing-title-end-tag-2.html is tested by tests2.dat
              (line 550)
    
            * fast/parser/comment-in-style.html: Removed.
            * fast/parser/parseCommentsInTitles.html: Removed.
            * fast/tokenizer/missing-title-end-tag-1.html: Removed.
            * fast/tokenizer/missing-title-end-tag-2.html: Removed.
            * platform/chromium-linux/fast/parser/comment-in-style-expected.checksum: Removed.
            * platform/chromium-linux/fast/parser/comment-in-style-expected.png: Removed.
            * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
            * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png: Removed.
            * platform/chromium-mac/fast/parser/comment-in-style-expected.checksum: Removed.
            * platform/chromium-mac/fast/parser/comment-in-style-expected.png: Removed.
            * platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
            * platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.png: Removed.
            * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
            * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
            * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
            * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
            * platform/chromium-win/fast/parser/comment-in-style-expected.checksum: Removed.
            * platform/chromium-win/fast/parser/comment-in-style-expected.png: Removed.
            * platform/chromium-win/fast/parser/comment-in-style-expected.txt: Removed.
            * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
            * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png: Removed.
            * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt: Removed.
            * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
            * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
            * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
            * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
            * platform/gtk/Skipped:
            * platform/mac/fast/parser/comment-in-style-expected.checksum: Removed.
            * platform/mac/fast/parser/comment-in-style-expected.png: Removed.
            * platform/mac/fast/parser/comment-in-style-expected.txt: Removed.
            * platform/mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
            * platform/mac/fast/parser/parseCommentsInTitles-expected.png: Removed.
            * platform/mac/fast/parser/parseCommentsInTitles-expected.txt: Removed.
            * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
            * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
            * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed.
            * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
            * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
            * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed.
            * platform/qt/Skipped:
            * platform/qt/fast/parser/parseCommentsInTitles-expected.txt: Removed.
            * platform/qt/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed.
            * platform/qt/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74090 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d3b859d..199649c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,65 @@
+2010-12-14  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Eric Seidel.
+
+        Remove pixel tests that are obsoleted by the HTML5 parser suite
+        https://bugs.webkit.org/show_bug.cgi?id=51077
+        
+        Remove tests which had stale Mac pixel baselines (were not updated for
+        the HTML5 parser change or for Snow Leopard) which are obsoleted by
+        the HTML5 parser test suite (i.e. the same behavior is tested there):
+        - fast/parser/parseCommentsInTitles.html is tested by tests16.dat
+          (line 956)
+        - fast/parser/comment-in-style.html is tested by tests16.dat (line 904)
+        - fast/tokenizer/missing-title-end-tag-1.html is tested by tests16.dat
+          (line 980)
+        - fast/tokenizer/missing-title-end-tag-2.html is tested by tests2.dat
+          (line 550)        
+
+        * fast/parser/comment-in-style.html: Removed.
+        * fast/parser/parseCommentsInTitles.html: Removed.
+        * fast/tokenizer/missing-title-end-tag-1.html: Removed.
+        * fast/tokenizer/missing-title-end-tag-2.html: Removed.
+        * platform/chromium-linux/fast/parser/comment-in-style-expected.checksum: Removed.
+        * platform/chromium-linux/fast/parser/comment-in-style-expected.png: Removed.
+        * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
+        * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png: Removed.
+        * platform/chromium-mac/fast/parser/comment-in-style-expected.checksum: Removed.
+        * platform/chromium-mac/fast/parser/comment-in-style-expected.png: Removed.
+        * platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
+        * platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.png: Removed.
+        * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
+        * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
+        * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
+        * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
+        * platform/chromium-win/fast/parser/comment-in-style-expected.checksum: Removed.
+        * platform/chromium-win/fast/parser/comment-in-style-expected.png: Removed.
+        * platform/chromium-win/fast/parser/comment-in-style-expected.txt: Removed.
+        * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
+        * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png: Removed.
+        * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt: Removed.
+        * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
+        * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
+        * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
+        * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
+        * platform/gtk/Skipped:
+        * platform/mac/fast/parser/comment-in-style-expected.checksum: Removed.
+        * platform/mac/fast/parser/comment-in-style-expected.png: Removed.
+        * platform/mac/fast/parser/comment-in-style-expected.txt: Removed.
+        * platform/mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
+        * platform/mac/fast/parser/parseCommentsInTitles-expected.png: Removed.
+        * platform/mac/fast/parser/parseCommentsInTitles-expected.txt: Removed.
+        * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
+        * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
+        * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed.
+        * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
+        * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
+        * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed.
+        * platform/qt/Skipped:
+        * platform/qt/fast/parser/parseCommentsInTitles-expected.txt: Removed.
+        * platform/qt/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed.
+        * platform/qt/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed.
+
 2010-12-02  MORITA Hajime  <morrita at google.com>
 
         Reviewed by Dimitri Glazkov.
diff --git a/LayoutTests/fast/parser/comment-in-style.html b/LayoutTests/fast/parser/comment-in-style.html
deleted file mode 100644
index 5671956..0000000
--- a/LayoutTests/fast/parser/comment-in-style.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-<style>
-/* <!-- </style> --> */
-h1 { background-color: green; }
-/* This comment should be part of the style. */
-</style>
-</head>
-<body>
-<h1>This text should have a green background.</h1>
-</body>
-</html>
diff --git a/LayoutTests/fast/parser/parseCommentsInTitles.html b/LayoutTests/fast/parser/parseCommentsInTitles.html
deleted file mode 100644
index bbb2008..0000000
--- a/LayoutTests/fast/parser/parseCommentsInTitles.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-<head>
-<title>Real title
-<!--
-should be ignored
-</title><script>alert('You should not see this.');</script>
--->
-</title>
-</head>
-<body>
-Fix for <a href="rdar://problem/4921692">4921692</a>. We should NOT run the script nested in the comment in the title.
-</body>
-</html>
diff --git a/LayoutTests/fast/tokenizer/missing-title-end-tag-1.html b/LayoutTests/fast/tokenizer/missing-title-end-tag-1.html
deleted file mode 100644
index e73b5fb..0000000
--- a/LayoutTests/fast/tokenizer/missing-title-end-tag-1.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
-<title>My title
-</head>
-<body>
-<div>This document is missing its &lt;/title&gt; tag in its head.  The tokenizer should retokenize
-this document after consuming all of it looking for the missing end tag, then let the parser clean
-up the missing tag.
-See <a href="https://bugs.webkit.org/show_bug.cgi?id=3905">Bugzilla Bug 3905</a>.</div>
-</body>
-</html>
diff --git a/LayoutTests/fast/tokenizer/missing-title-end-tag-2.html b/LayoutTests/fast/tokenizer/missing-title-end-tag-2.html
deleted file mode 100644
index 13c0f62..0000000
--- a/LayoutTests/fast/tokenizer/missing-title-end-tag-2.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
-</head>
-<body>
-<title>My title
-<div>This document is missing its &lt;/title&gt; tag in its body.  The tokenizer should retokenize
-this document after consuming all of it looking for the missing end tag, then let the parser clean
-up the missing tag.
-See <a href="https://bugs.webkit.org/show_bug.cgi?id=3905">Bugzilla Bug 3905</a>.</div>
-</body>
-</html>
diff --git a/LayoutTests/platform/chromium-linux/fast/parser/comment-in-style-expected.checksum b/LayoutTests/platform/chromium-linux/fast/parser/comment-in-style-expected.checksum
deleted file mode 100644
index d330e5d..0000000
--- a/LayoutTests/platform/chromium-linux/fast/parser/comment-in-style-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-a91aeb4824b32edc8380b3bb405aaace
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/fast/parser/comment-in-style-expected.png b/LayoutTests/platform/chromium-linux/fast/parser/comment-in-style-expected.png
deleted file mode 100644
index 4100252..0000000
Binary files a/LayoutTests/platform/chromium-linux/fast/parser/comment-in-style-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.checksum b/LayoutTests/platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.checksum
deleted file mode 100644
index cae55e0..0000000
--- a/LayoutTests/platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-586a4d82b527183c16eea5672ab2407d
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png b/LayoutTests/platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png
deleted file mode 100644
index 1b58d33..0000000
Binary files a/LayoutTests/platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-mac/fast/parser/comment-in-style-expected.checksum b/LayoutTests/platform/chromium-mac/fast/parser/comment-in-style-expected.checksum
deleted file mode 100644
index 3ff41a3..0000000
--- a/LayoutTests/platform/chromium-mac/fast/parser/comment-in-style-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-8fcdfc509f6eef754201e6347e65ff7f
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-mac/fast/parser/comment-in-style-expected.png b/LayoutTests/platform/chromium-mac/fast/parser/comment-in-style-expected.png
deleted file mode 100644
index 179b321..0000000
Binary files a/LayoutTests/platform/chromium-mac/fast/parser/comment-in-style-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.checksum b/LayoutTests/platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.checksum
deleted file mode 100644
index b003ae8..0000000
--- a/LayoutTests/platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-f8e5eca2ab1fe1272630801be8331670
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.png b/LayoutTests/platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.png
deleted file mode 100644
index 3848b8c..0000000
Binary files a/LayoutTests/platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum b/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum
deleted file mode 100644
index d69a371..0000000
--- a/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-853de00567d121bea0b7bece66a5d61c
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.png b/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.png
deleted file mode 100644
index 113fea4..0000000
Binary files a/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum b/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum
deleted file mode 100644
index d69a371..0000000
--- a/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-853de00567d121bea0b7bece66a5d61c
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.png b/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.png
deleted file mode 100644
index 113fea4..0000000
Binary files a/LayoutTests/platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.checksum b/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.checksum
deleted file mode 100644
index fede827..0000000
--- a/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-6e2a6fc03aeeb918c5de2e6d9e5dd257
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.png b/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.png
deleted file mode 100644
index ca0a9d1..0000000
Binary files a/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.txt b/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.txt
deleted file mode 100644
index cf114cb..0000000
--- a/LayoutTests/platform/chromium-win/fast/parser/comment-in-style-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x571
-      RenderBlock (anonymous) at (0,0) size 784x20
-        RenderText {#text} at (0,0) size 519x19
-          text run at (0,0) width 519: "--> */ h1 { background-color: green; } /* This comment should be part of the style. */"
-      RenderBlock {H1} at (0,41) size 784x37
-        RenderText {#text} at (0,0) size 580x36
-          text run at (0,0) width 580: "This text should have a green background."
diff --git a/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum b/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum
deleted file mode 100644
index 93c1e86..0000000
--- a/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-8514164941c24e08c117223e9d079ae7
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png b/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png
deleted file mode 100644
index 3144a39..0000000
Binary files a/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt b/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt
deleted file mode 100644
index d155d60..0000000
--- a/LayoutTests/platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-ALERT: You should not see this.
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 69x19
-        text run at (0,0) width 25: "--> "
-        text run at (25,0) width 44: "Fix for "
-      RenderInline {A} at (0,0) size 56x19 [color=#0000EE]
-        RenderText {#text} at (69,0) size 56x19
-          text run at (69,0) width 56: "4921692"
-      RenderText {#text} at (125,0) size 395x19
-        text run at (125,0) width 395: ". We should NOT run the script nested in the comment in the title."
diff --git a/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum b/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum
deleted file mode 100644
index d69a371..0000000
--- a/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-853de00567d121bea0b7bece66a5d61c
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png b/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png
deleted file mode 100644
index d8c9f68..0000000
Binary files a/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum b/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum
deleted file mode 100644
index d69a371..0000000
--- a/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-853de00567d121bea0b7bece66a5d61c
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png b/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png
deleted file mode 100644
index d8c9f68..0000000
Binary files a/LayoutTests/platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 5930d53..fb8be31 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -2083,7 +2083,6 @@ fast/parser/001.html
 fast/parser/bad-xml-slash.html
 fast/parser/broken-comments-vs-parsing-mode.html
 fast/parser/comment-in-script.html
-fast/parser/comment-in-style.html
 fast/parser/comment-in-textarea.html
 fast/parser/comments.html
 fast/parser/document-write-option.html
@@ -2093,7 +2092,6 @@ fast/parser/fonts.html
 fast/parser/nofoo-tags-inside-paragraph.html
 fast/parser/open-comment-in-style.html
 fast/parser/open-comment-in-textarea.html
-fast/parser/parseCommentsInTitles.html
 fast/parser/remove-block-in-residual-style.html
 fast/parser/style-script-head-test.html
 fast/parser/tabs-in-scripts.html
@@ -2666,8 +2664,6 @@ fast/tokenizer/external-script-document-write.html
 fast/tokenizer/external-script-document-write_2.html
 fast/tokenizer/missing-style-end-tag-1.html
 fast/tokenizer/missing-style-end-tag-2.html
-fast/tokenizer/missing-title-end-tag-1.html
-fast/tokenizer/missing-title-end-tag-2.html
 fast/tokenizer/script-after-frameset.html
 fast/tokenizer/script_extra_close.html
 fast/transforms/bounding-rect-zoom.html
diff --git a/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.checksum b/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.checksum
deleted file mode 100644
index 3135004..0000000
--- a/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-35110285e1ffe50ab3b880afeed1f3d4
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.png b/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.png
deleted file mode 100644
index 9710a06..0000000
Binary files a/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.txt b/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.txt
deleted file mode 100644
index c4bc721..0000000
--- a/LayoutTests/platform/mac/fast/parser/comment-in-style-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x571
-      RenderBlock (anonymous) at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 538x18
-          text run at (0,0) width 538: "--> */ h1 { background-color: green; } /* This comment should be part of the style. */"
-      RenderBlock {H1} at (0,39) size 784x37
-        RenderText {#text} at (0,0) size 581x37
-          text run at (0,0) width 581: "This text should have a green background."
diff --git a/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.checksum b/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.checksum
deleted file mode 100644
index 0d5596e..0000000
--- a/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-9a8bc035428b95f8c49abb84e470fe44
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.png b/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.png
deleted file mode 100644
index c9306e2..0000000
Binary files a/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.txt b/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.txt
deleted file mode 100644
index 3cd5a1e..0000000
--- a/LayoutTests/platform/mac/fast/parser/parseCommentsInTitles-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-ALERT: You should not see this.
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 70x18
-        text run at (0,0) width 23: "--> "
-        text run at (23,0) width 47: "Fix for "
-      RenderInline {A} at (0,0) size 56x18 [color=#0000EE]
-        RenderText {#text} at (70,0) size 56x18
-          text run at (70,0) width 56: "4921692"
-      RenderText {#text} at (126,0) size 415x18
-        text run at (126,0) width 415: ". We should NOT run the script nested in the comment in the title."
diff --git a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum b/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum
deleted file mode 100644
index ee4544a..0000000
--- a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-f739a1c43e3b2e17a6079fb09bf95465
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.png b/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.png
deleted file mode 100644
index ab0a491..0000000
Binary files a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt b/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt
deleted file mode 100644
index fbd0592..0000000
--- a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
diff --git a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum b/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum
deleted file mode 100644
index 38c7386..0000000
--- a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum
+++ /dev/null
@@ -1 +0,0 @@
-b4952b876e2ed74af57e8dcecd9baf89
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.png b/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.png
deleted file mode 100644
index 4148caf..0000000
Binary files a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.png and /dev/null differ
diff --git a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt b/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt
deleted file mode 100644
index fbd0592..0000000
--- a/LayoutTests/platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 65cb3db..3f38cf4 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -3485,14 +3485,12 @@ fast/overflow/table-overflow-float.html
 fast/parser/001.html
 fast/parser/bad-xml-slash.html
 fast/parser/broken-comments-vs-parsing-mode.html
-fast/parser/comment-in-style.html
 fast/parser/comments.html
 fast/parser/document-write-option.html
 fast/parser/entity-comment-in-style.html
 fast/parser/fonts.html
 fast/parser/nofoo-tags-inside-paragraph.html
 fast/parser/open-comment-in-style.html
-fast/parser/parseCommentsInTitles.html
 fast/parser/remove-block-in-residual-style.html
 fast/parser/style-script-head-test.html
 fast/parser/tabs-in-scripts.html
@@ -3959,8 +3957,6 @@ fast/tokenizer/002.html
 fast/tokenizer/003.html
 fast/tokenizer/external-script-document-write.html
 fast/tokenizer/external-script-document-write_2.html
-fast/tokenizer/missing-title-end-tag-1.html
-fast/tokenizer/missing-title-end-tag-2.html
 fast/tokenizer/script_extra_close.html
 fast/transforms/diamond.html
 fast/transforms/identity-matrix.html
diff --git a/LayoutTests/platform/qt/fast/parser/parseCommentsInTitles-expected.txt b/LayoutTests/platform/qt/fast/parser/parseCommentsInTitles-expected.txt
deleted file mode 100644
index 316307d..0000000
--- a/LayoutTests/platform/qt/fast/parser/parseCommentsInTitles-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,0) size 44x19
-        text run at (0,0) width 44: "Fix for "
-      RenderInline {A} at (0,0) size 56x19 [color=#0000EE]
-        RenderText {#text} at (44,0) size 56x19
-          text run at (44,0) width 56: "4921692"
-      RenderText {#text} at (100,0) size 414x19
-        text run at (100,0) width 414: ". We should NOT run the script nested in the comment in the title."
-      RenderText {#text} at (0,0) size 0x0
-      RenderText {#text} at (0,0) size 0x0
diff --git a/LayoutTests/platform/qt/fast/tokenizer/missing-title-end-tag-1-expected.txt b/LayoutTests/platform/qt/fast/tokenizer/missing-title-end-tag-1-expected.txt
deleted file mode 100644
index 8151aef..0000000
--- a/LayoutTests/platform/qt/fast/tokenizer/missing-title-end-tag-1-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {DIV} at (0,0) size 784x38
-        RenderText {#text} at (0,0) size 772x38
-          text run at (0,0) width 325: "This document is missing its </title> tag in its head. "
-          text run at (325,0) width 447: "The tokenizer should retokenize this document after consuming all of it"
-          text run at (0,19) width 513: "looking for the missing end tag, then let the parser clean up the missing tag. See "
-        RenderInline {A} at (0,0) size 114x19 [color=#0000EE]
-          RenderText {#text} at (513,19) size 114x19
-            text run at (513,19) width 114: "Bugzilla Bug 3905"
-        RenderText {#text} at (627,19) size 4x19
-          text run at (627,19) width 4: "."
diff --git a/LayoutTests/platform/qt/fast/tokenizer/missing-title-end-tag-2-expected.txt b/LayoutTests/platform/qt/fast/tokenizer/missing-title-end-tag-2-expected.txt
deleted file mode 100644
index 90552e4..0000000
--- a/LayoutTests/platform/qt/fast/tokenizer/missing-title-end-tag-2-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {DIV} at (0,0) size 784x38
-        RenderText {#text} at (0,0) size 771x38
-          text run at (0,0) width 324: "This document is missing its </title> tag in its body. "
-          text run at (324,0) width 447: "The tokenizer should retokenize this document after consuming all of it"
-          text run at (0,19) width 513: "looking for the missing end tag, then let the parser clean up the missing tag. See "
-        RenderInline {A} at (0,0) size 114x19 [color=#0000EE]
-          RenderText {#text} at (513,19) size 114x19
-            text run at (513,19) width 114: "Bugzilla Bug 3905"
-        RenderText {#text} at (627,19) size 4x19
-          text run at (627,19) width 4: "."

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list