diff options
author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 22:01:53 +0000 |
---|---|---|
committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 22:01:53 +0000 |
commit | 1aaa305034f0781c916336380c2f571297ea05b1 (patch) | |
tree | 380e86ab63c8a054ee36d1a6343d772ab834b115 | |
parent | a310bab6b893a67881660006af0b1abfbad0f94e (diff) | |
download | chromium_src-1aaa305034f0781c916336380c2f571297ea05b1.zip chromium_src-1aaa305034f0781c916336380c2f571297ea05b1.tar.gz chromium_src-1aaa305034f0781c916336380c2f571297ea05b1.tar.bz2 |
Fix test expectations after webkit roll.
TBR=ncarter
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/526004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35484 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index bede579..4922d0e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3147,5 +3147,8 @@ BUG_AJWONG WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE // WebKit roll 52672 -> 52751 // New test with results only on platform/mac - need to snapshot the results for Chromium. -BUG_DIMICH WIN LINUX MAC : LayoutTests/svg/custom/resource-invalidate-on-target-update.svg = IMAGE +BUG_DIMICH WIN LINUX MAC : LayoutTests/svg/custom/resource-invalidate-on-target-update.svg = IMAGE+TEXT BUG_DIMICH LINUX : LayoutTests/fast/repaint/table-cell-overflow.html = IMAGE PASS +BUG_DIMICH LINUX : LayoutTests/animations/3d/change-transform-in-end-event.html = TEXT +BUG_DIMICH LINUX : LayoutTests/animations/3d/state-at-end-event-transform.html = TEXT + |