diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 17:16:14 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 17:16:14 +0000 |
commit | e6060447254932d459c6c6fa6061c11a01432c7d (patch) | |
tree | 6da1eab2e3ce9a6b616a14dd1376c08513ebf19c /webkit | |
parent | a0a03624a6a1c79c4f7b8f0ce899b58e01105553 (diff) | |
download | chromium_src-e6060447254932d459c6c6fa6061c11a01432c7d.zip chromium_src-e6060447254932d459c6c6fa6061c11a01432c7d.tar.gz chromium_src-e6060447254932d459c6c6fa6061c11a01432c7d.tar.bz2 |
Temporarily collect all SVG failures as expected while investigating.
TBR=asargent
TEST=none
BUG=8630
Review URL: http://codereview.chromium.org/199026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25465 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index c957c39..bc2907f 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -861,7 +861,7 @@ BUG10284 RELEASE : LayoutTests/svg/custom/path-bad-data.svg = FAIL BUG10285 WIN LINUX : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = FAIL // Merge 39744:39913? - regressions -BUG10286 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL PASS CRASH +BUG10286 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL PASS CRASH BUG10287 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL PASS @@ -1502,6 +1502,14 @@ BUG8630 WIN LINUX : LayoutTests/fast/replaced/width100percent-button.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/table/empty-section-crash.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/text/font-initial.html = FAIL BUG8630 WIN LINUX : pending/fast/repaint/bugzilla-6473.html = FAIL +// These started failing after initial implementation of .display() landed. +BUG8630 LINUX DEBUG : LayoutTests/svg/custom/mask-inside-defs.svg = FAIL +BUG8630 LINUX DEBUG : LayoutTests/svg/custom/stroked-pattern.svg = FAIL +BUG8630 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL +BUG8630 LINUX : LayoutTests/svg/batik/filters/feTile.svg = FAIL +BUG8630 LINUX : LayoutTests/fast/backgrounds/001.html = CRASH +BUG8630 LINUX : LayoutTests/fast/forms/form-added-to-table.html = FAIL +BUG8630 LINUX : LayoutTests/fast/forms/button-align.html = FAIL // Linux pixeltest failure: Failing to rotate the form control BUG10390 LINUX : LayoutTests/fast/transforms/transformed-focused-text-input.html = FAIL |