diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 17:45:08 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 17:45:08 +0000 |
commit | b82cac60abcdfedb72ef72c35ea1566190ef3706 (patch) | |
tree | eeacc2aa2692db32168b887f1234150961e137a9 | |
parent | c232a20afcb2b55fa8b11f10d809c831f63d0601 (diff) | |
download | chromium_src-b82cac60abcdfedb72ef72c35ea1566190ef3706.zip chromium_src-b82cac60abcdfedb72ef72c35ea1566190ef3706.tar.gz chromium_src-b82cac60abcdfedb72ef72c35ea1566190ef3706.tar.bz2 |
Rebaseline imageTileOpacity. This was fixed in my transparency patch.
Review URL: http://codereview.chromium.org/48069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11878 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed, 1 insertions, 4 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/imageTileOpacity-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/imageTileOpacity-expected.checksum new file mode 100644 index 0000000..10fc504 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/imageTileOpacity-expected.checksum @@ -0,0 +1 @@ +48476b5b0ae45a02a5745f5bda87f582
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/imageTileOpacity-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/imageTileOpacity-expected.png Binary files differnew file mode 100644 index 0000000..2e50d76 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/imageTileOpacity-expected.png diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index f01a797..d22ea04 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1340,10 +1340,6 @@ DEFER SKIP : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-not-load // because we enforce non-transparent color in Font::drawGlyphs. See <b/700464>. LINUX WIN : LayoutTests/fast/css/hsla-color.html = FAIL -// Windows pixeltest failure: upstream baseline has the background of the -// "Cancel" button in a slightly darker gray than the surrounding dark gray. -WIN : LayoutTests/fast/css/imageTileOpacity.html = FAIL - // Linux pixeltest failure: flaky? Appears without red locally. LINUX : LayoutTests/fast/layers/layer-visibility-sublayer.html = PASS FAIL |