diff options
author | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-17 18:59:22 +0000 |
---|---|---|
committer | victorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-17 18:59:22 +0000 |
commit | e57f3229d320c542bc24061bc7b041d6650659c4 (patch) | |
tree | 2dcb2293461ecbd1f8d5342c7b998b2ab6a4d1d5 /webkit | |
parent | a4b490a8be7486357fa38a0abeacd0d362164961 (diff) | |
download | chromium_src-e57f3229d320c542bc24061bc7b041d6650659c4.zip chromium_src-e57f3229d320c542bc24061bc7b041d6650659c4.tar.gz chromium_src-e57f3229d320c542bc24061bc7b041d6650659c4.tar.bz2 |
Update bug number for color correction layout tests
TBR=dglazkov
TEST=none
BUG=27551,27555,28005
Review URL: http://codereview.chromium.org/405004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index c92e5f4..9191891 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3028,11 +3028,22 @@ BUG27418 MAC DEBUG : LayoutTests/transitions/shorthand-border-transitions.html = BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html = TEXT BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT -// New tests and regressions related to WebKit r50760 (appeared in WebKit merge 50756:50820). -BUG27551 : LayoutTests/fast/css/color-correction-backgrounds-and-text.html = FAIL -BUG27551 : LayoutTests/fast/css/color-correction-on-backgrounds.html = FAIL -BUG27551 : LayoutTests/fast/css/color-correction-on-text.html = FAIL -BUG27551 : LayoutTests/fast/css/color-correction.html = FAIL +// The following upstream patches add -Webkit-color-correction support: +// http://trac.webkit.org/changeset/50760 +// http://trac.webkit.org/changeset/50852 +// The ColorSpace was only implemented for CG, more port implementation +// required in order for Chromium to support color correction. +BUG28005 : LayoutTests/fast/css/color-correction-backgrounds-and-text.html = FAIL +BUG28005 : LayoutTests/fast/css/color-correction-on-backgrounds.html = FAIL +BUG28005 : LayoutTests/fast/css/color-correction-on-text.html = FAIL +BUG28005 : LayoutTests/fast/css/color-correction.html = FAIL +BUG28005 MAC : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE +BUG28005 WIN LINUX : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE+TEXT +BUG28005 MAC : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE +BUG28005 WIN LINUX : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE+TEXT +BUG28005 MAC : LayoutTests/fast/reflections/opacity-reflection-transform.html = IMAGE +BUG28005 WIN LINUX : LayoutTests/fast/reflections/opacity-reflection-transform.html = IMAGE+TEXT + // May also be related to r50760, but not as confident. BUG27551 WIN : LayoutTests/fast/css/shadow-multiple.html = IMAGE @@ -3043,14 +3054,6 @@ BUG27553 WIN MAC : LayoutTests/fast/text/atsui-partial-selection.html = IMAGE BUG27555 : LayoutTests/accessibility/document-attributes.html = TEXT BUG27555 : LayoutTests/fast/forms/input-file-re-render.html = MISSING TEXT -BUG27555 MAC : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE -BUG27555 WIN LINUX : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE+TEXT -BUG27555 MAC : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE -BUG27555 WIN LINUX : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE+TEXT -BUG27555 MAC : LayoutTests/fast/reflections/opacity-reflection-transform.html = IMAGE -BUG27555 WIN LINUX : LayoutTests/fast/reflections/opacity-reflection-transform.html = IMAGE+TEXT - - BUG27555 : LayoutTests/media/media-fullscreen-inline.html = TIMEOUT BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT |