blob: b72ffde9838c900e6c24f43cf5d1490439030f4b (
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
48
49
50
51
52
53
54
55
56
|
[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
[TextEvent should be an alias for TextEvent.]
expected: FAIL
[textevent should be an alias for TextEvent.]
expected: FAIL
[TEXTEVENT should be an alias for TextEvent.]
expected: FAIL
|