diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 22:58:02 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 22:58:02 +0000 |
commit | e97eb348e67e7352c980de7933bc88692b2b0dc1 (patch) | |
tree | b4929f6b9bdd290e97cd736900a89e59fb1363bb | |
parent | 1db416e9f847c25d8a610df4b4e3570f2a480b3d (diff) | |
download | chromium_src-e97eb348e67e7352c980de7933bc88692b2b0dc1.zip chromium_src-e97eb348e67e7352c980de7933bc88692b2b0dc1.tar.gz chromium_src-e97eb348e67e7352c980de7933bc88692b2b0dc1.tar.bz2 |
Comment why it is OK for LayoutTests/platform/mac/editing/deleting/backward-delete.html to fail on Mac.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/173151
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23907 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 921d061..f674879 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -186,6 +186,10 @@ WONTFIX : LayoutTests/platform/mac-tiger = FAIL PASS WONTFIX : LayoutTests/platform/qt = FAIL PASS WONTFIX LINUX MAC : LayoutTests/platform/win = FAIL PASS +// This is a Safari specific test to make WebKit behave like AppKit on the Mac. +// We do not support it because PLATFORM(MAC) is not defined for the mac version. +WONTFIX MAC : LayoutTests/platform/mac/editing/deleting/backward-delete.html = FAIL + // Ignored because we do not have OBJC bindings WONTFIX SKIP : LayoutTests/editing/pasteboard/paste-RTFD.html = FAIL WONTFIX SKIP : LayoutTests/editing/pasteboard/paste-TIFF.html = FAIL |