diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 08:42:11 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 08:42:11 +0000 |
commit | 20fdbc31d0e998ba81d8337259b43e57e2ff02b7 (patch) | |
tree | 82965a30f7c8d51eb3e60eb5ddd588203f6e791a | |
parent | f227451227933636677ed66768bd9060a2a8c525 (diff) | |
download | chromium_src-20fdbc31d0e998ba81d8337259b43e57e2ff02b7.zip chromium_src-20fdbc31d0e998ba81d8337259b43e57e2ff02b7.tar.gz chromium_src-20fdbc31d0e998ba81d8337259b43e57e2ff02b7.tar.bz2 |
Ignore some layout tests that are having issues.
Also do a tiny roll of the WebKit deps.
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19716 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "45419", + "webkit_revision": "45431", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 94b46d4..5f6802d 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2851,3 +2851,8 @@ BUG15710 : LayoutTests/fast/css/getComputedStyle/computed-style-font-family.html // WebKit 45381:45403 New tests BUG15710 : LayoutTests/compositing/overflow/overflow-scroll.html = TIMEOUT BUG15710 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = TIMEOUT + +// Webkit 45403:45431 +BUG15733 : LayoutTests/compositing/layers-inside-overflow-scroll.html = ERROR +BUG15733 : LayoutTests/compositing/repaint/content-into-overflow.html = ERROR +BUG15733 : LayoutTests/compositing/repaint/overflow-into-content.html = ERROR
\ No newline at end of file |