From 0edff79b6e2c9d8a782bd3ebac5ac93efa6d34ce Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Tue, 16 Dec 2008 20:30:48 +0000 Subject: Fix some windows layout test baselines. The tests are currently marked as failing only WIN, when really they fail on LINUX as well. This rebaseline fixes them on linux. See issue 14434 for reasoning behind the rebaseline. Review URL: http://codereview.chromium.org/14145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7085 0039d316-1c4b-4281-b951-d872f2087c98 --- .../svg/custom/container-opacity-clip-viewBox-expected.txt | 2 +- .../chromium-win/LayoutTests/svg/custom/stroke-fallback-expected.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/container-opacity-clip-viewBox-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/container-opacity-clip-viewBox-expected.txt index 6d6dfc4..58cd5ae 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/container-opacity-clip-viewBox-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/container-opacity-clip-viewBox-expected.txt @@ -5,7 +5,7 @@ layer at (0,0) size 800x600 RenderSVGViewportContainer {svg} at (59.52,38.20) size 166x148 [opacity=0.90] RenderSVGContainer {g} at (59.52,38.20) size 166x148 [transform={m=((1.00,0.00)(0.00,1.00)) t=(59.52,38.20)}] RenderSVGViewportContainer {svg} at (59.52,38.20) size 166x148 - RenderPath {rect} at (59.52,38.20) size 166x148 [fill={[type=SOLID] [color=#008000]}] [data="M-83.00,-84.00 L83.00,-84.00 L83.00,64.00 L-83.00,64.00"] + RenderPath {rect} at (59.52,38.20) size 166x148 [fill={[type=SOLID] [color=#008000]}] [data="M-83.00,-84.00 L83.00,-84.00 L83.00,64.00 L-83.00,64.00 Z"] RenderSVGContainer {g} at (50,215) size 350x49 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,230.00)}] RenderSVGText {text} at (0,0) size 350x49 contains 3 chunk(s) RenderSVGTSpan {tspan} at (0,0) size 254x19 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/stroke-fallback-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/stroke-fallback-expected.txt index b75677d..afc5615 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/stroke-fallback-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/stroke-fallback-expected.txt @@ -3,10 +3,10 @@ layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 RenderSVGRoot {svg} at (-5,-5) size 469x199 - RenderPath {rect} at (-5,-5) size 105x105 [stroke={[type=SOLID] [color=#008000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00 L95.00,0.00 L95.00,95.00 L0.00,95.00"] + RenderPath {rect} at (-5,-5) size 105x105 [stroke={[type=SOLID] [color=#008000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00 L95.00,0.00 L95.00,95.00 L0.00,95.00 Z"] RenderSVGHiddenContainer {linearGradient} at (0,0) size 0x0 RenderSVGGradientStop {stop} at (0,0) size 0x0 - RenderPath {rect} at (145,-5) size 105x105 [stroke={[type=LINEAR-GRADIENT] [stops=[(0.00,#008000)]] [start=(0,0)] [end=(1,0)] [stroke width=10.00]}] [fill={[type=SOLID] [color=#008000]}] [data="M150.00,0.00 L245.00,0.00 L245.00,95.00 L150.00,95.00"] + RenderPath {rect} at (145,-5) size 105x105 [stroke={[type=LINEAR-GRADIENT] [stops=[(0.00,#008000)]] [start=(0,0)] [end=(1,0)] [stroke width=10.00]}] [fill={[type=SOLID] [color=#008000]}] [data="M150.00,0.00 L245.00,0.00 L245.00,95.00 L150.00,95.00 Z"] RenderSVGText {text} at (0,150) size 296x19 contains 1 chunk(s) RenderSVGInlineText {#text} at (0,-15) size 296x19 chunk 1 text run 1 at (0.00,150.00) startOffset 0 endOffset 47 width 296.00: "Above two green rectangles should be displayed." -- cgit v1.1