blob: fd477bc96e9f6de74ee12c177eaa8127cf63e287 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
prefs: [dom.forms.always_allow_pointer_events.enabled:true]
[pointerevent_disabled_form_control.html?pen]
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[pointerevent_disabled_form_control.html?touch]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[pointerevent_disabled_form_control.html?mouse]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|