Diff
Modified: trunk/LayoutTests/ChangeLog (94345 => 94346)
--- trunk/LayoutTests/ChangeLog 2011-09-01 21:29:51 UTC (rev 94345)
+++ trunk/LayoutTests/ChangeLog 2011-09-01 21:30:23 UTC (rev 94346)
@@ -1,3 +1,13 @@
+2011-09-01 James Robinson <[email protected]>
+
+ [chromium] Update chromium baselines for 94338
+
+ * platform/chromium-linux/svg/custom/pattern-rotate-expected.png:
+ * platform/chromium-win/svg/custom/pattern-rotate-expected.png:
+ * platform/chromium/test_expectations.txt:
+ * platform/qt/svg/custom/pattern-rotate-expected.txt: Removed.
+ * svg/custom/pattern-rotate-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-rotate-expected.txt.
+
2011-09-01 Dominic Mazzoni <[email protected]>
Adds a new test that checks triggering speech input via an API call.
Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (94345 => 94346)
--- trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-09-01 21:29:51 UTC (rev 94345)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-09-01 21:30:23 UTC (rev 94346)
@@ -3695,6 +3695,8 @@
BUGWK67352 : fast/canvas/webgl/WebGLContextEvent.html = TEXT
+BUGWK67433 WIN LINUX : svg/custom/pattern-rotate-gaps.svg = IMAGE
+
BUGWK67353 : fast/events/document-elementFromPoint.html = TEXT
BUGWK67353 : fast/events/offsetX-offsetY.html = TEXT
BUGWK67359 : http/tests/loading/empty-urls.html = PASS TEXT
Modified: trunk/LayoutTests/platform/chromium-linux/svg/custom/pattern-rotate-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/chromium-win/svg/custom/pattern-rotate-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/gtk/svg/custom/pattern-rotate-expected.txt (94345 => 94346)
--- trunk/LayoutTests/platform/gtk/svg/custom/pattern-rotate-expected.txt 2011-09-01 21:29:51 UTC (rev 94345)
+++ trunk/LayoutTests/platform/gtk/svg/custom/pattern-rotate-expected.txt 2011-09-01 21:30:23 UTC (rev 94346)
@@ -1,33 +0,0 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (10,19) size 287x215
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourcePattern {pattern} [id="simpledots"] [patternUnits=objectBoundingBox] [patternContentUnits=objectBoundingBox]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.25] [cy=0.25] [r=0.15]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [cx=0.75] [cy=0.25] [r=0.15]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#0000FF]}] [cx=0.25] [cy=0.75] [r=0.15]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#800080]}] [cx=0.75] [cy=0.75] [r=0.15]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFA500]}] [cx=0.50] [cy=0.50] [r=0.05]
- RenderSVGContainer {g} at (0,0) size 101x101
- RenderSVGPath {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="simpledots"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGContainer {g} at (37,19) size 135x135 [transform={m=((1.00,0.00)(0.00,1.00)) t=(80.00,20.00)}]
- RenderSVGContainer {use} at (36,18) size 136x137 [transform={m=((0.91,0.42)(-0.42,0.91)) t=(0.00,0.00)}]
- RenderSVGContainer {g} at (36,18) size 136x137
- RenderSVGContainer {g} at (36,18) size 136x137
- RenderSVGPath {rect} at (36,18) size 136x137 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="simpledots"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGContainer {g} at (10,190) size 287x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,200.00)}]
- RenderSVGText {text} at (0,-10) size 287x44 contains 1 chunk(s)
- RenderSVGTSpan {tspan} at (0,0) size 280x14
- RenderSVGInlineText {#text} at (0,0) size 280x14
- chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 40 width 280.00: "For this test case to be successful, the"
- RenderSVGInlineText {#text} at (280,0) size 7x14
- chunk 1 text run 1 at (280.00,0.00) startOffset 0 endOffset 1 width 7.00: " "
- RenderSVGTSpan {tspan} at (0,0) size 273x14
- RenderSVGInlineText {#text} at (0,15) size 273x14
- chunk 1 text run 1 at (0.00,15.00) startOffset 0 endOffset 39 width 273.00: "five dots should fit in the rectangle. "
- RenderSVGInlineText {#text} at (0,0) size 0x0
- RenderSVGTSpan {tspan} at (0,0) size 63x14
- RenderSVGInlineText {#text} at (0,30) size 63x14
- chunk 1 text run 1 at (0.00,30.00) startOffset 0 endOffset 9 width 63.00: "Bug 14924"
- RenderSVGInlineText {#text} at (0,0) size 0x0
Deleted: trunk/LayoutTests/platform/qt/svg/custom/pattern-rotate-expected.txt (94345 => 94346)
--- trunk/LayoutTests/platform/qt/svg/custom/pattern-rotate-expected.txt 2011-09-01 21:29:51 UTC (rev 94345)
+++ trunk/LayoutTests/platform/qt/svg/custom/pattern-rotate-expected.txt 2011-09-01 21:30:23 UTC (rev 94346)
@@ -1,33 +0,0 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (10,19) size 287x215
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourcePattern {pattern} [id="simpledots"] [patternUnits=objectBoundingBox] [patternContentUnits=objectBoundingBox]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.25] [cy=0.25] [r=0.15]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [cx=0.75] [cy=0.25] [r=0.15]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#0000FF]}] [cx=0.25] [cy=0.75] [r=0.15]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#800080]}] [cx=0.75] [cy=0.75] [r=0.15]
- RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFA500]}] [cx=0.50] [cy=0.50] [r=0.05]
- RenderSVGContainer {g} at (0,0) size 101x101
- RenderSVGPath {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="simpledots"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGContainer {g} at (37,19) size 135x135 [transform={m=((1.00,0.00)(0.00,1.00)) t=(80.00,20.00)}]
- RenderSVGContainer {use} at (36,18) size 136x137 [transform={m=((0.91,0.42)(-0.42,0.91)) t=(0.00,0.00)}]
- RenderSVGContainer {g} at (36,18) size 136x137
- RenderSVGContainer {g} at (36,18) size 136x137
- RenderSVGPath {rect} at (36,18) size 136x137 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="simpledots"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGContainer {g} at (10,190) size 287x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,200.00)}]
- RenderSVGText {text} at (0,-10) size 287x44 contains 1 chunk(s)
- RenderSVGTSpan {tspan} at (0,0) size 280x14
- RenderSVGInlineText {#text} at (0,0) size 280x14
- chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 40 width 280.00: "For this test case to be successful, the"
- RenderSVGInlineText {#text} at (280,0) size 7x14
- chunk 1 text run 1 at (280.00,0.00) startOffset 0 endOffset 1 width 7.00: " "
- RenderSVGTSpan {tspan} at (0,0) size 273x14
- RenderSVGInlineText {#text} at (0,15) size 273x14
- chunk 1 text run 1 at (0.00,15.00) startOffset 0 endOffset 39 width 273.00: "five dots should fit in the rectangle. "
- RenderSVGInlineText {#text} at (0,0) size 0x0
- RenderSVGTSpan {tspan} at (0,0) size 63x14
- RenderSVGInlineText {#text} at (0,30) size 63x14
- chunk 1 text run 1 at (0.00,30.00) startOffset 0 endOffset 9 width 63.00: "Bug 14924"
- RenderSVGInlineText {#text} at (0,0) size 0x0
Copied: trunk/LayoutTests/svg/custom/pattern-rotate-expected.txt (from rev 94344, trunk/LayoutTests/platform/gtk/svg/custom/pattern-rotate-expected.txt) (0 => 94346)
--- trunk/LayoutTests/svg/custom/pattern-rotate-expected.txt (rev 0)
+++ trunk/LayoutTests/svg/custom/pattern-rotate-expected.txt 2011-09-01 21:30:23 UTC (rev 94346)
@@ -0,0 +1,33 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderSVGRoot {svg} at (10,19) size 287x215
+ RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ RenderSVGResourcePattern {pattern} [id="simpledots"] [patternUnits=objectBoundingBox] [patternContentUnits=objectBoundingBox]
+ RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FF0000]}] [cx=0.25] [cy=0.25] [r=0.15]
+ RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [cx=0.75] [cy=0.25] [r=0.15]
+ RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#0000FF]}] [cx=0.25] [cy=0.75] [r=0.15]
+ RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#800080]}] [cx=0.75] [cy=0.75] [r=0.15]
+ RenderSVGPath {circle} at (0,0) size 1x1 [fill={[type=SOLID] [color=#FFA500]}] [cx=0.50] [cy=0.50] [r=0.05]
+ RenderSVGContainer {g} at (0,0) size 101x101
+ RenderSVGPath {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="simpledots"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ RenderSVGContainer {g} at (37,19) size 135x135 [transform={m=((1.00,0.00)(0.00,1.00)) t=(80.00,20.00)}]
+ RenderSVGContainer {use} at (36,18) size 136x137 [transform={m=((0.91,0.42)(-0.42,0.91)) t=(0.00,0.00)}]
+ RenderSVGContainer {g} at (36,18) size 136x137
+ RenderSVGContainer {g} at (36,18) size 136x137
+ RenderSVGPath {rect} at (36,18) size 136x137 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=PATTERN] [id="simpledots"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+ RenderSVGContainer {g} at (10,190) size 287x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,200.00)}]
+ RenderSVGText {text} at (0,-10) size 287x44 contains 1 chunk(s)
+ RenderSVGTSpan {tspan} at (0,0) size 280x14
+ RenderSVGInlineText {#text} at (0,0) size 280x14
+ chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 40 width 280.00: "For this test case to be successful, the"
+ RenderSVGInlineText {#text} at (280,0) size 7x14
+ chunk 1 text run 1 at (280.00,0.00) startOffset 0 endOffset 1 width 7.00: " "
+ RenderSVGTSpan {tspan} at (0,0) size 273x14
+ RenderSVGInlineText {#text} at (0,15) size 273x14
+ chunk 1 text run 1 at (0.00,15.00) startOffset 0 endOffset 39 width 273.00: "five dots should fit in the rectangle. "
+ RenderSVGInlineText {#text} at (0,0) size 0x0
+ RenderSVGTSpan {tspan} at (0,0) size 63x14
+ RenderSVGInlineText {#text} at (0,30) size 63x14
+ chunk 1 text run 1 at (0.00,30.00) startOffset 0 endOffset 9 width 63.00: "Bug 14924"
+ RenderSVGInlineText {#text} at (0,0) size 0x0
Property changes: trunk/LayoutTests/svg/custom/pattern-rotate-expected.txt
Added: svn:eol-style