diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 15:59:39 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 15:59:39 +0000 |
commit | 176c4520f585468805bcb9e795d1590c7ebc6f77 (patch) | |
tree | 6905904b98546998facf704812cb571e19d5e90c | |
parent | c1ca1c3b1a234281fd24b8ec9a1802c4055d07a0 (diff) | |
download | chromium_src-176c4520f585468805bcb9e795d1590c7ebc6f77.zip chromium_src-176c4520f585468805bcb9e795d1590c7ebc6f77.tar.gz chromium_src-176c4520f585468805bcb9e795d1590c7ebc6f77.tar.bz2 |
Document -webkit-font-smoothing as an expected failure.
This came down with WebKit update 48423:48468, just cleaning up to assign a bug number and moving to the right section in test_expectations.txt.
TBR=jrg
BUG=23270
TEST=none
Review URL: http://codereview.chromium.org/246028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27486 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 15c35d9..5ecf7a17 100755 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -803,6 +803,9 @@ BUG14885 : LayoutTests/fast/js/JSON-stringify-replacer.html = FAIL // and would need to be proxied through the browser BUG1042838 : LayoutTests/http/tests/security/local-user-CSS-from-remote.html = FAIL +// Implement CSS -webkit-font-smoothing property support. +BUG23270 WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL + // Extra space at end of test results. Since this is a crash test, a // FAIL here is just as good as running the test normally. // FAIL results from an extra newline at the top of the results @@ -837,7 +840,6 @@ BUG9071 MAC WIN DEBUG SLOW : LayoutTests/editing/selection/drag-to-contenteditab BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL BUG10436 WIN LINUX : LayoutTests/fast/block/float/nested-clearance.html = FAIL - // ----------------------------------------------------------------- // SVG TESTS // ----------------------------------------------------------------- @@ -2250,9 +2252,6 @@ BUG21958 WIN MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html = FAIL BUG22014 LINUX MAC : LayoutTests/transitions/hang-with-bad-transition-list.html = PASS FAIL -// WK roll 48423:48468 (dglazkov for ukai) -BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL - // WebKit merge 48500:48585, newly implemented Object.defineProperty. BUG22526 : LayoutTests/fast/js/Object-create.html = FAIL BUG22526 : LayoutTests/fast/js/Object-defineProperties.html = FAIL |