diff options
author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 06:56:49 +0000 |
---|---|---|
committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 06:56:49 +0000 |
commit | 64367c0e4aedaaf41f168f3e46aabf034d16d95c (patch) | |
tree | deb00dae0ccc78492cfd13f343cd76f55e0204ea /webkit/tools | |
parent | 16882fc997ef4fb4d945beb0f60497f0873fc99b (diff) | |
download | chromium_src-64367c0e4aedaaf41f168f3e46aabf034d16d95c.zip chromium_src-64367c0e4aedaaf41f168f3e46aabf034d16d95c.tar.gz chromium_src-64367c0e4aedaaf41f168f3e46aabf034d16d95c.tar.bz2 |
WebKit 44372:44405, resubmit.
Fixed Mac build (needed to remove a file that was removed upstream).
Added expected Linux layout tests failures from the first landing attempt.
Removing the chromium-specific snapshot for list-wrapping-image-crash-expected.html test because the test was incorrectly added upstream.
Will fix it upstream and then re-enable in Chromium.
Original code review: http://codereview.chromium.org/118215
TBR=ukai
BUG=13305, 13313, 13314 (layout tests - reenable, rebaseline)
TEST=none
Review URL: http://codereview.chromium.org/119156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 12ac343..472a77a 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2710,3 +2710,31 @@ BUG13267 LINUX : LayoutTests/fast/overflow/overflow-rtl-inline-scrollbar.html = BUG13267 LINUX : LayoutTests/svg/custom/mask-inside-defs.svg = PASS FAIL BUG13267 LINUX : LayoutTests/svg/custom/stroked-pattern.svg = PASS FAIL BUG13267 LINUX : LayoutTests/editing/selection/5131716-3.html = PASS FAIL + +// WebKit change http://trac.webkit.org/changeset/44375 +// added this test with wrong expected file. Will fix upstream and enable. +BUG13305 : LayoutTests/editing/execCommand/list-wrapping-image-crash.html = FAIL + +// WebKit 44372:44405 +// Due to change http://trac.webkit.org/changeset/44401 Linux renders scrollbars differently. +// The following tests failed and need rebaseline. +BUG13313 LINUX REBASELINE : LayoutTests/fast/css/line-height-overflow.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/flexbox/009.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/frames/invalid.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/frames/valid.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/overflow/unreachable-overflow-rtl-bug.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/repaint/overflow-scroll-delete.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/svg/hixie/links/003-broken.xml = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/tables/mozilla/bugs/bug113235-1.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/tables/mozilla/core/cell_heights.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/css/line-height-overflow.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/flexbox/009.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/frames/invalid.html = FAIL +BUG13313 LINUX REBASELINE : LayoutTests/fast/frames/valid.html = FAIL + +// WebKit 44372:44405 +// New Linux crashes. +BUG13314 LINUX : LayoutTests/css2.1/atrule_longest_match.html = CRASH +BUG13314 LINUX : LayoutTests/editing/deleting/25322-1.html = CRASH +BUG13314 LINUX : LayoutTests/platform/mac/accessibility/accesskey.html = CRASH +BUG13314 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = CRASH |