diff options
author | gdk@chromium.org <gdk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 19:21:21 +0000 |
---|---|---|
committer | gdk@chromium.org <gdk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 19:21:21 +0000 |
commit | 77bf8f63965e6b4b6831597bf83f9be9ad44bf30 (patch) | |
tree | 6df1c6cd7f264beef3e1dbc1e376267aae8a5407 | |
parent | eb3a340a0950b10badb7f58530324a9deb5e723d (diff) | |
download | chromium_src-77bf8f63965e6b4b6831597bf83f9be9ad44bf30.zip chromium_src-77bf8f63965e6b4b6831597bf83f9be9ad44bf30.tar.gz chromium_src-77bf8f63965e6b4b6831597bf83f9be9ad44bf30.tar.bz2 |
Enable the touch events tests.
BUG=36415
TEST=fast/events/touch
Review URL: http://codereview.chromium.org/887001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41745 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 23a6b6c..a7cc135 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -467,9 +467,6 @@ BUG12254 WONTFIX SKIP : fast/xhtmlmp = FAIL // because we can't emulate the cahcing behaviors it expects. WONTFIX : fast/dom/HTMLScriptElement/nested-execution.html = FAIL -// Touch events are not supported. -WONTFIX SKIP : fast/events/touch = FAIL - // Deletion UI is a Mail-ism. We don't need to worry about this. WONTFIX SKIP : editing/deleting/deletionUI-single-instance.html = FAIL IMAGE WONTFIX SKIP : fast/dom/Element/id-in-deletebutton.html = TEXT @@ -2836,3 +2833,7 @@ BUG_JIANLI MAC : printing/return-from-printing-mode.html = IMAGE // WebKit roll 56004 -> 56026 BUG38278 : fast/events/continuous-platform-wheelevent-in-scrolling-div.html = TIMEOUT BUG38278 : fast/events/platform-wheelevent-in-scrolling-div.html = TIMEOUT + +// The touch targeting logic was recently changed. +BUG36415 : fast/events/touch/touch-target.html = TEXT +BUG36415 : fast/events/touch/basic-multi-touch-events.html = TEXT |