diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 22:54:11 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-17 22:54:11 +0000 |
commit | 67587be9c7d5c1260e5fadc4590b2cb828f68e56 (patch) | |
tree | b73f26703b5632c77822fc959059f111235e945b /webkit/data | |
parent | 03c5e868627fd74ec5c13cb26df3cb110853765f (diff) | |
download | chromium_src-67587be9c7d5c1260e5fadc4590b2cb828f68e56.zip chromium_src-67587be9c7d5c1260e5fadc4590b2cb828f68e56.tar.gz chromium_src-67587be9c7d5c1260e5fadc4590b2cb828f68e56.tar.bz2 |
Rebaseline an SVG test. There is a very slight difference in shade of the line used in the vertical edges - this difference is not apparent visibly. I suspect this happens due to the way Skia handles colors/shading a bit differently.
Review URL: http://codereview.chromium.org/20376
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
3 files changed, 17 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.checksum index ba714b9..97c2d3d 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.checksum @@ -1 +1 @@ -ed5c1919be9dd01384018c3cb9454e06
\ No newline at end of file +283df72f6bac3fdd8a7320e99b767a04
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.png Binary files differindex b86b662..c81fba5 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.txt new file mode 100644 index 0000000..12e5f75 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/deep-dynamic-updates-expected.txt @@ -0,0 +1,16 @@ +KRenderingPaintServer {id="Gradient" [type=LINEAR-GRADIENT] [stops=[(0.30,#0000FF), (1.00,#FF0000)]] [bounding box mode=0] [start=(0,0)] [end=(60,10)]} +KRenderingPaintServer {id="Pattern" [type=PATTERN] [bbox=at (0,0) size 1x1]} +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 450x450 + RenderSVGRoot {svg} at (24.50,24.50) size 401x401 + RenderSVGHiddenContainer {defs} at (0,0) size 0x0 + RenderSVGHiddenContainer {linearGradient} at (0,0) size 0x0 + RenderSVGGradientStop {stop} at (0,0) size 0x0 + RenderSVGGradientStop {stop} at (0,0) size 0x0 + RenderSVGContainer {pattern} at (-1,-1) size 122x22 + RenderPath {rect} at (-1,-1) size 122x22 [transform={m=((2.00,0.00)(0.00,2.00)) t=(0.00,0.00)}] [stroke={[type=SOLID] [color=#FF0000]}] [fill={[type=LINEAR-GRADIENT] [stops=[(0.30,#0000FF), (1.00,#FF0000)]] [bounding box mode=0] [start=(0,0)] [end=(60,10)]}] [data="M0.00,0.00 L60.00,0.00 L60.00,10.00 L0.00,10.00 Z"] + RenderSVGContainer {use} at (24.50,24.50) size 401x401 + RenderSVGContainer {g} at (24.50,24.50) size 401x401 [transform={m=((1.00,0.00)(0.00,1.00)) t=(25.00,25.00)}] + RenderSVGViewportContainer {svg} at (24.50,24.50) size 401x401 + RenderPath {rect} at (24.50,24.50) size 401x401 [stroke={[type=SOLID] [color=#000080]}] [fill={[type=PATTERN] [bbox=at (0,0) size 1x1]}] [data="M0.00,0.00 L400.00,0.00 L400.00,400.00 L0.00,400.00 Z"] |