From b80d7d860852a3c4553b98e84ef4f70a4a7cc5e1 Mon Sep 17 00:00:00 2001 From: "jparent@chromium.org" Date: Fri, 9 Oct 2009 00:49:07 +0000 Subject: Rebaseline LayoutTests\svg\filters\sourceAlpha-expected.png, added in http://trac.webkit.org/changeset/49153. Note that we have filters disabled, so these are the results for failing this test. Upstream also has failures checked in and we've rebased the other filters tests too. Also removes a non-existant test (iframe.html) from test_expectations, so the linter will be happy (test was removed with last webkit roll). BUG=none TEST=none Review URL: http://codereview.chromium.org/269027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28493 0039d316-1c4b-4281-b951-d872f2087c98 --- .../svg/filters/sourceAlpha-expected.checksum | 1 + .../LayoutTests/svg/filters/sourceAlpha-expected.png | Bin 0 -> 5006 bytes .../svg/filters/sourceAlpha-expected.checksum | 1 + .../LayoutTests/svg/filters/sourceAlpha-expected.png | Bin 0 -> 5545 bytes .../svg/filters/sourceAlpha-expected.checksum | 1 + .../LayoutTests/svg/filters/sourceAlpha-expected.png | Bin 0 -> 3194 bytes .../LayoutTests/svg/filters/sourceAlpha-expected.txt | 9 +++++++++ webkit/tools/layout_tests/test_expectations.txt | 3 +-- 8 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/filters/sourceAlpha-expected.checksum create mode 100644 webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/filters/sourceAlpha-expected.png create mode 100644 webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/filters/sourceAlpha-expected.checksum create mode 100644 webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/filters/sourceAlpha-expected.png create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.checksum create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.png create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.txt (limited to 'webkit') diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/filters/sourceAlpha-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/filters/sourceAlpha-expected.checksum new file mode 100644 index 0000000..56ed2fb --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/filters/sourceAlpha-expected.checksum @@ -0,0 +1 @@ +80af17945bdc60d6e1a437f27f391314 \ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/filters/sourceAlpha-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/filters/sourceAlpha-expected.png new file mode 100644 index 0000000..741395a Binary files /dev/null and b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/filters/sourceAlpha-expected.png differ diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/filters/sourceAlpha-expected.checksum b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/filters/sourceAlpha-expected.checksum new file mode 100644 index 0000000..bc215e5 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/filters/sourceAlpha-expected.checksum @@ -0,0 +1 @@ +c6222f789c5ae0803e993c359c64f89d \ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/filters/sourceAlpha-expected.png b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/filters/sourceAlpha-expected.png new file mode 100644 index 0000000..f182ca1 Binary files /dev/null and b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/filters/sourceAlpha-expected.png differ diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.checksum new file mode 100644 index 0000000..1fe9144 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.checksum @@ -0,0 +1 @@ +bee9fb768695f0f4b4900e8797cdff63 \ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.png new file mode 100644 index 0000000..8996c76 Binary files /dev/null and b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.png differ diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.txt new file mode 100644 index 0000000..5b38d3b --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/filters/sourceAlpha-expected.txt @@ -0,0 +1,9 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x600 + RenderSVGRoot {svg} at (50,14) size 79x46 + RenderSVGHiddenContainer {defs} at (0,0) size 0x0 + RenderSVGContainer {g} at (50,14) size 79x46 [filter=filter] + RenderSVGText {text} at (50,50) size 79x46 contains 1 chunk(s) + RenderSVGInlineText {#text} at (0,-36) size 79x46 + chunk 1 text run 1 at (50.00,50.00) startOffset 0 endOffset 3 width 79.00: "SVG" diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 2dac458..2d6fce6 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2481,6 +2481,7 @@ BUG9798 LINUX RELEASE : LayoutTests/editing/execCommand/15381.html = FAIL PASS BUG9798 WIN : LayoutTests/editing/execCommand/paste-1.html = FAIL BUG9798 WIN : LayoutTests/editing/execCommand/paste-2.html = FAIL PASS + BUG9798 WIN LINUX MAC : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL PASS BUG9798 WIN : LayoutTests/editing/selection/4776665.html = FAIL PASS BUG9798 MAC RELEASE : LayoutTests/editing/selection/4776665.html = FAIL PASS @@ -3059,8 +3060,6 @@ BUG24331 LINUX DEBUG : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL PASS // WebKit update: 49142:49190 // Changed in http://trac.webkit.org/changeset/49155. BUG_JORLOW : LayoutTests/storage/domstorage/sessionstorage/complex-values.html = FAIL -// Added in http://trac.webkit.org/changeset/49153, probably just needs expectations. -BUG_JPARENT : LayoutTests/svg/filters/sourceAlpha.svg = FAIL // WebKit update: 49190:49206 BUG_JPARENT MAC LINUX : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS -- cgit v1.1