diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 15:23:53 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 15:23:53 +0000 |
commit | dcfec935ae17f0154b233dd938e6c57c8e30e787 (patch) | |
tree | 3286759199b36b89c42033dcd977542f89a594df /webkit | |
parent | adde09f4c0b310e51be2424cff14f37c352e4a59 (diff) | |
download | chromium_src-dcfec935ae17f0154b233dd938e6c57c8e30e787.zip chromium_src-dcfec935ae17f0154b233dd938e6c57c8e30e787.tar.gz chromium_src-dcfec935ae17f0154b233dd938e6c57c8e30e787.tar.bz2 |
Roll deps to r48993.
Disabled CSS tests broken by r48989 (will investigate later)
Disabled broken messageport test (http://crbug.com/23597)
Review URL: http://codereview.chromium.org/256035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 9ca889a..c89fb9d 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3143,3 +3143,14 @@ BUG_SENORBLANCO LINUX : LayoutTests/tables/mozilla/core/bloomberg.html = FAIL BUG_SENORBLANCO LINUX RELEASE : LayoutTests/fast/backgrounds/size/contain-and-cover.html = FAIL BUG_SENORBLANCO LINUX RELEASE : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL BUG_SENORBLANCO LINUX RELEASE : LayoutTests/svg/text/text-text-07-t.svg = FAIL + +// WebKit update 48976:48993 (48989 busted all these) +BUG_ATWILSON WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer.html = FAIL +BUG_ATWILSON WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html = FAIL +BUG_ATWILSON : LayoutTests/fast/css/text-rendering.html = FAIL +BUG_ATWILSON WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL +// This was happening previously - might be a flakey test? +BUG_ATWILSON LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEOUT PASS +// Just temporary - this will get fixed when we roll webkit r49000 +BUG_ATWILSON MAC : LayoutTests/svg/W3C-SVG-1.1/filters-conv-01-f.svg = FAIL + |