diff options
Diffstat (limited to 'webkit')
4 files changed, 18 insertions, 2 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"] diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index b103351..f6ab30f 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -327,6 +327,7 @@ DEFER WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = PASS FAIL LINUX : chrome/fast/forms/basic-textareas.html = FAIL LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL LINUX MAC : LayoutTests/editing/selection/5354455-1.html = FAIL +LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH // For these two fast/frames tests it looks like the win baseline had some weird // artifacts on the scrollbars on one of the frames, which has now been removed. // This artifact does not exist on the mac baseline. @@ -498,7 +499,6 @@ LINUX WIN : LayoutTests/svg/batik/text/textEffect3.svg = FAIL LINUX WIN : LayoutTests/svg/carto.net/selectionlist.svg = FAIL CRASH LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL // Flaky on both release and debug. -LINUX WIN : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH LINUX WIN : LayoutTests/svg/custom/dominant-baseline-hanging.svg = FAIL LINUX WIN : LayoutTests/svg/custom/focus-ring.svg = FAIL LINUX WIN : LayoutTests/svg/custom/image-small-width-height.svg = FAIL |