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

jamesr at google.com jamesr at google.com
Wed Dec 22 14:43:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 98c153ec1ff797af0024d27d7b59e1bc25b377f6
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 18 21:12:03 2010 +0000

    2010-10-18  James Robinson  <jamesr at chromium.org>
    
            Update chromium expectations and baselines.
    
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69989 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 9afdfdc..b8da392 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-18  James Robinson  <jamesr at chromium.org>
+
+        Update chromium expectations and baselines.
+
+        * platform/chromium/test_expectations.txt:
+
 2010-10-18  Yongjun Zhang  <yongjun_zhang at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/chromium-linux/svg/custom/text-linking-expected.checksum b/LayoutTests/platform/chromium-linux/svg/custom/text-linking-expected.checksum
index 773fbf7..8a6c1a3 100644
--- a/LayoutTests/platform/chromium-linux/svg/custom/text-linking-expected.checksum
+++ b/LayoutTests/platform/chromium-linux/svg/custom/text-linking-expected.checksum
@@ -1 +1 @@
-f798016a5843b48ad390e6b668062c05
\ No newline at end of file
+c175719f6d5369de56b485a59183a07e
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/svg/custom/text-linking-expected.png b/LayoutTests/platform/chromium-linux/svg/custom/text-linking-expected.png
index bf1f99b..b3f045d 100644
Binary files a/LayoutTests/platform/chromium-linux/svg/custom/text-linking-expected.png and b/LayoutTests/platform/chromium-linux/svg/custom/text-linking-expected.png differ
diff --git a/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum b/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum
index 11ddb55..97fd887 100644
--- a/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum
+++ b/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum
@@ -1 +1 @@
-eee32615d8f8e429d389c56b910d21fb
\ No newline at end of file
+7be7978a6614f5ff14a7aad0b0b9c201
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png b/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png
index c9727e1..d1f25e6 100644
Binary files a/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png and b/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png differ
diff --git a/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum b/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum
index 43221eb..a48ce34 100644
--- a/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum
+++ b/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum
@@ -1 +1 @@
-073a5d9b558bf65872961e5fdd7dc360
\ No newline at end of file
+81f275abaa82adc86e2e03521767f6e0
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png b/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png
index 73cbaa8..f086021 100644
Binary files a/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png and b/LayoutTests/platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png differ
diff --git a/LayoutTests/platform/chromium-mac/fast/js/break-ASI-expected.txt b/LayoutTests/platform/chromium-mac/fast/js/break-ASI-expected.txt
new file mode 100644
index 0000000..3357f9b
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/fast/js/break-ASI-expected.txt
@@ -0,0 +1,17 @@
+Test to make sure we don't incorrectly insert a semi colon after a break statement
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS do { if(0) break
+;else true; } while (0) is true
+PASS do { if(0) continue
+;else true; } while (0) is true
+PASS (function(){if (0) return
+;else return true;})() is true
+PASS do { if(0) throw 'x';else true; } while (0) is true
+PASS if (0) throw
+'Shouldn't have parsed this.'; threw exception SyntaxError: Illegal newline after throw.
+PASS successfullyParsed is true
+
+TEST COMPLETE
diff --git a/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum b/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum
new file mode 100644
index 0000000..18819e2
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum
@@ -0,0 +1 @@
+4b58b7646e6655d11becf6fb78f71d64
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png b/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png
new file mode 100644
index 0000000..b3c7d4e
Binary files /dev/null and b/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png differ
diff --git a/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum b/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum
new file mode 100644
index 0000000..0f693b8
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum
@@ -0,0 +1 @@
+7740368a7962aae7d0ffa3f74378edbc
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png b/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png
new file mode 100644
index 0000000..97b71a7
Binary files /dev/null and b/LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png differ
diff --git a/LayoutTests/platform/chromium-win/fast/js/break-ASI-expected.txt b/LayoutTests/platform/chromium-win/fast/js/break-ASI-expected.txt
new file mode 100644
index 0000000..3357f9b
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/fast/js/break-ASI-expected.txt
@@ -0,0 +1,17 @@
+Test to make sure we don't incorrectly insert a semi colon after a break statement
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS do { if(0) break
+;else true; } while (0) is true
+PASS do { if(0) continue
+;else true; } while (0) is true
+PASS (function(){if (0) return
+;else return true;})() is true
+PASS do { if(0) throw 'x';else true; } while (0) is true
+PASS if (0) throw
+'Shouldn't have parsed this.'; threw exception SyntaxError: Illegal newline after throw.
+PASS successfullyParsed is true
+
+TEST COMPLETE
diff --git a/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.checksum b/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.checksum
index a5b7b78..7c4ead7 100644
--- a/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.checksum
+++ b/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.checksum
@@ -1 +1 @@
-eecd8b837e206608893f66dca2c60bdb
\ No newline at end of file
+086af8d874de93e8eb480390f348046a
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.png b/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.png
index 9d8b342..e063ca7 100644
Binary files a/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.png and b/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.png differ
diff --git a/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.txt b/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.txt
index 7878381..96c7f23 100644
--- a/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.txt
+++ b/LayoutTests/platform/chromium-win/svg/custom/text-linking-expected.txt
@@ -1,12 +1,13 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600
-  RenderSVGRoot {svg} at (97,35) size 225x169
+  RenderSVGRoot {svg} at (97,35) size 225x269
     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
       RenderSVGText {text} at (0,-15) size 159x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 159x19
           chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 25 width 159.00: "Referenced character data"
       RenderSVGPath {path} at (100,140) size 100x10 [fill={[type=SOLID] [color=#000000]}] [data="M 100 150 L 150 140 L 200 150"]
+      RenderSVGPath {path} at (100,240) size 200x10 [fill={[type=SOLID] [color=#000000]}] [data="M 100 250 L 150 240 L 200 250 L 250 240 L 300 250"]
     RenderSVGText {text} at (100,35) size 71x19 contains 1 chunk(s)
       RenderSVGInline {a} at (0,0) size 71x19
         RenderSVGTSpan {tspan} at (0,0) size 71x19
@@ -48,3 +49,42 @@ layer at (0,0) size 800x600
           chunk 1 text run 1 at (111.00,200.00) startOffset 0 endOffset 15 width 91.00: "ltGlyph content"
     RenderSVGText {text}
       RenderSVGInline {a} at (0,0) size 0x0
+    RenderSVGText {text} at (100,285) size 121x19 contains 1 chunk(s)
+      RenderSVGTSpan {tspan} at (0,0) size 121x19
+        RenderSVGInline {a} at (0,0) size 121x19
+          RenderSVGTSpan {tspan} at (0,0) size 121x19
+            RenderSVGInlineText {#text} at (0,0) size 121x19
+              chunk 1 text run 1 at (100.00,300.00) startOffset 0 endOffset 22 width 121.00: "tspan in link in tspan"
+    RenderSVGText {text} at (97,224) size 156x30 contains 1 chunk(s)
+      RenderSVGTextPath {textPath} at (0,0) size 156x30
+        RenderSVGInline {a} at (0,0) size 156x30
+          RenderSVGTextPath {textPath} at (0,0) size 156x30
+            RenderSVGInlineText {#text} at (0,0) size 156x30
+              chunk 1 text run 1 at (101.96,249.61) startOffset 0 endOffset 1 width 4.00: "t"
+              chunk 1 text run 2 at (107.35,248.53) startOffset 1 endOffset 2 width 7.00: "e"
+              chunk 1 text run 3 at (114.22,247.16) startOffset 2 endOffset 3 width 7.00: "x"
+              chunk 1 text run 4 at (119.61,246.08) startOffset 3 endOffset 4 width 4.00: "t"
+              chunk 1 text run 5 at (125.99,244.80) startOffset 4 endOffset 5 width 9.00: "P"
+              chunk 1 text run 6 at (133.83,243.23) startOffset 5 endOffset 6 width 7.00: "a"
+              chunk 1 text run 7 at (139.22,242.16) startOffset 6 endOffset 7 width 4.00: "t"
+              chunk 1 text run 8 at (144.62,241.08) startOffset 7 endOffset 8 width 7.00: "h"
+              chunk 1 text run 9 at (150.01,240.00) startOffset 8 endOffset 9 width 4.00: " "
+              chunk 1 text run 10 at (153.44,240.69) startOffset 9 endOffset 10 width 3.00: "i"
+              chunk 1 text run 11 at (158.34,241.67) startOffset 10 endOffset 11 width 7.00: "n"
+              chunk 1 text run 12 at (163.74,242.75) startOffset 11 endOffset 12 width 4.00: " "
+              chunk 1 text run 13 at (167.17,243.43) startOffset 12 endOffset 13 width 3.00: "l"
+              chunk 1 text run 14 at (170.11,244.02) startOffset 13 endOffset 14 width 3.00: "i"
+              chunk 1 text run 15 at (175.01,245.00) startOffset 14 endOffset 15 width 7.00: "n"
+              chunk 1 text run 16 at (182.37,246.47) startOffset 15 endOffset 16 width 8.00: "k"
+              chunk 1 text run 17 at (188.25,247.65) startOffset 16 endOffset 17 width 4.00: " "
+              chunk 1 text run 18 at (191.68,248.34) startOffset 17 endOffset 18 width 3.00: "i"
+              chunk 1 text run 19 at (196.59,249.32) startOffset 18 endOffset 19 width 7.00: "n"
+              chunk 1 text run 20 at (201.98,249.60) startOffset 19 endOffset 20 width 4.00: " "
+              chunk 1 text run 21 at (205.90,248.82) startOffset 20 endOffset 21 width 4.00: "t"
+              chunk 1 text run 22 at (211.30,247.74) startOffset 21 endOffset 22 width 7.00: "e"
+              chunk 1 text run 23 at (218.16,246.37) startOffset 22 endOffset 23 width 7.00: "x"
+              chunk 1 text run 24 at (223.55,245.29) startOffset 23 endOffset 24 width 4.00: "t"
+              chunk 1 text run 25 at (229.93,244.01) startOffset 24 endOffset 25 width 9.00: "P"
+              chunk 1 text run 26 at (237.77,242.45) startOffset 25 endOffset 26 width 7.00: "a"
+              chunk 1 text run 27 at (243.16,241.37) startOffset 26 endOffset 27 width 4.00: "t"
+              chunk 1 text run 28 at (248.56,240.29) startOffset 27 endOffset 28 width 7.00: "h"
diff --git a/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum b/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum
index 3b7044a..13b9bfe 100644
--- a/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum
+++ b/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.checksum
@@ -1 +1 @@
-137f46aa92f5045617396f9a3c23b7b5
\ No newline at end of file
+27b1ebf4fd3c1d012c23b05a3e2912e8
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png b/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png
index d0ed673..5350ed6 100644
Binary files a/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png and b/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png differ
diff --git a/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum b/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum
index 5e79e2f..f686a37 100644
--- a/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum
+++ b/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.checksum
@@ -1 +1 @@
-ea579a7cbb0bc76f62d28cf19e79bfa8
\ No newline at end of file
+fd146ee38c5bc3de67489178b987606f
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png b/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png
index 7386b0e..6b4c963 100644
Binary files a/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png and b/LayoutTests/platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png differ
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 5b6061d..2d54ac5 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3215,6 +3215,14 @@ BUG58942 : fast/dom/prototype-inheritance.html = TEXT
 // Started failing at Webkit r69628.
 BUG47578 : printing/simultaneous-position-float-change.html = IMAGE+TEXT
 
+// test_shell needs support for hasSpellingMarker
+BUG59645 : editing/spelling/design-mode-spellcheck-off.html = TEXT
+
+// test_shell's build configuration does not compile webp in
+BUGWK47512 : fast/images/webp-image-decoding.html = TEXT
+
+BUG59647 WIN : svg/dom/length-list-parser.html = PASS CRASH
+
 // Added in WebKit r69755, failed immediately.
 BUGJAPHET : fast/canvas/canvas-currentColor.html = TEXT
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list