blob: 7aca171960bae1ab17603d754ef59fb87bbef305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
[Document-createEvent.html]
prefs: [dom.w3c_touch_events.legacy_apis.enabled:true]
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEvent"]
expected: FAIL
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvents"]
expected: FAIL
[Document-createEvent.https.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEvent"]
expected: FAIL
[Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvents"]
expected: FAIL
[TouchEvent should be an alias for TouchEvent.]
expected:
if os == "android": PASS
PRECONDITION_FAILED
[createEvent('TouchEvent') should be initialized correctly.]
expected:
if os == "android": PASS
PRECONDITION_FAILED
[touchevent should be an alias for TouchEvent.]
expected:
if os == "android": PASS
PRECONDITION_FAILED
[createEvent('touchevent') should be initialized correctly.]
expected:
if os == "android": PASS
PRECONDITION_FAILED
[TOUCHEVENT should be an alias for TouchEvent.]
expected:
if os == "android": PASS
PRECONDITION_FAILED
[createEvent('TOUCHEVENT') should be initialized correctly.]
expected:
if os == "android": PASS
PRECONDITION_FAILED
|