diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-29 20:31:40 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-29 20:31:40 +0000 |
commit | 9bc27bf0609a6fdf7544f2713ad5be869d2c6079 (patch) | |
tree | e78a92a410daf19f9f111869ac995d93cdf8eb89 | |
parent | b4cebf87816cde49f6d4991ffa254e5ead97703b (diff) | |
download | chromium_src-9bc27bf0609a6fdf7544f2713ad5be869d2c6079.zip chromium_src-9bc27bf0609a6fdf7544f2713ad5be869d2c6079.tar.gz chromium_src-9bc27bf0609a6fdf7544f2713ad5be869d2c6079.tar.bz2 |
Reverting 7485.
Review URL: http://codereview.chromium.org/16803
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7487 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png | bin | 9499 -> 7128 bytes | |||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png Binary files differindex 543a110..5542726 100755 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t-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 47ac1e6..9a3bf18 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1768,6 +1768,9 @@ LINUX WIN : LayoutTests/fast/images/svg-as-relative-image.html = FAIL // Not quite sure what's going on here. Getting the builder green. LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL +// Brett broke this with his font rendering effect patch and needs to fix it. +WIN : LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t.svg = FAIL + // These test the behavior of the (x) in type=search inputs. We haven't // implemented this yet (should we on win/linux?). http://crbug.com/5701 LayoutTests/fast/forms/search-cancel-button-mouseup.html = FAIL @@ -1803,3 +1806,4 @@ LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL // fail anyway, since chromium does not support webarchive format. SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL + |