summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-26 05:04:05 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-26 05:04:05 +0000
commit877cbee0688984a2a00ce074f981bdfb1e42abfa (patch)
tree85d59fbd53e031f7824979977d7df18c39746c86 /webkit
parentf9aa158b7ceed735a8337ed873d24853b9b81e52 (diff)
downloadchromium_src-877cbee0688984a2a00ce074f981bdfb1e42abfa.zip
chromium_src-877cbee0688984a2a00ce074f981bdfb1e42abfa.tar.gz
chromium_src-877cbee0688984a2a00ce074f981bdfb1e42abfa.tar.bz2
Adjust test expectations for svg/custrom/stroke-width-click.svg
When https://bugs.webkit.org/show_bug.cgi?id=33865#c2 comes downstream this patch will need to get landed as well to remove the failure expectations for the test. BUG=32408 TEST=svg/custom/stroke-width-click.svg TBR=gdk Review URL: http://codereview.chromium.org/551147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index b5a7d98..2b4ef36 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -978,16 +978,6 @@ BUG10298 LINUX : svg/custom/use-on-disallowed-foreign-object-3.svg = FAIL
// There's no baseline at all for this!
BUG32392 SKIP : svg/batik/text/smallFonts.svg = FAIL
-// This test fails because of an oddity in stroke width calculation. A
-// line is stroked horizontally from Y=100 with stroke width 100, we consider
-// it to be occupying the scan lines from Y=50 to Y=149 inclusive, which
-// is a total of 100 lines. Apple expects it to be occupying Y=150 as
-// well. The specification isn't very specific on which behavior is correct,
-// but I feel like ours makes more sense.
-// The crash started occuring after the WebKit merge 43242:43321
-BUG32408 RELEASE : svg/custom/stroke-width-click.svg = TEXT
-BUG32408 DEBUG : svg/custom/stroke-width-click.svg = CRASH
-
// The test is flaky and maybe platform-dependent.
BUG32401 LINUX WIN : svg/custom/marker-changes.svg = IMAGE+TEXT IMAGE