Bug 1135107 - Enable pointer events for pointer events tests, a=testonly

This commit is contained in:
James Graham 2015-03-09 12:25:06 +00:00
parent 0f7fbfef6d
commit c8b6b1b906
3 changed files with 3 additions and 27 deletions

View File

@ -1,6 +1,3 @@
[pointerevent_constructor.html]
type: testharness
expected: TIMEOUT
[PointerEvent constructor]
expected: FAIL
prefs: ["dom.w3c_pointer_events.enabled:true"]

View File

@ -1,11 +1,3 @@
[pointerevent_touch-action-illegal.html]
type: testharness
[\'pan-x none\' is corrected properly]
expected: FAIL
[\'pan-y none\' is corrected properly]
expected: FAIL
[\'auto none\' is corrected properly]
expected: FAIL
prefs: ["dom.w3c_pointer_events.enabled:true"]

View File

@ -1,17 +1,4 @@
[pointerevent_touch-action-verification.html]
type: testharness
[\'auto\' is set properly]
expected: FAIL
[\'pan-x\' is corrected properly]
expected: FAIL
[\'pan-y\' is set properly]
expected: FAIL
[\'none\' is set properly]
expected: FAIL
[\'manipulation\' is set properly]
expected: FAIL
prefs: ["dom.w3c_pointer_events.enabled:true"]