blob: 7f691d850b11d30ad52f643382bc2daf0de4ecd5 (
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
|
[idlharness.https.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Navigator interface: navigator must inherit property "clearClientBadge()" with the proper type]
expected: FAIL
[Navigator interface: operation clearClientBadge()]
expected: FAIL
[Navigator interface: navigator must inherit property "clearAppBadge()" with the proper type]
expected: FAIL
[Navigator interface: operation clearAppBadge()]
expected: FAIL
[Navigator interface: calling setAppBadge(optional unsigned long long) on navigator with too few arguments must throw TypeError]
expected: FAIL
[Navigator interface: operation setAppBadge(optional unsigned long long)]
expected: FAIL
[Navigator interface: calling setClientBadge(optional unsigned long long) on navigator with too few arguments must throw TypeError]
expected: FAIL
[Navigator interface: navigator must inherit property "setAppBadge(optional unsigned long long)" with the proper type]
expected: FAIL
[Navigator interface: navigator must inherit property "setClientBadge(optional unsigned long long)" with the proper type]
expected: FAIL
[Navigator interface: operation setClientBadge(optional unsigned long long)]
expected: FAIL
[idlharness.https.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[WorkerNavigator interface: navigator must inherit property "clearAppBadge()" with the proper type]
expected: FAIL
[WorkerNavigator interface: operation clearAppBadge()]
expected: FAIL
[WorkerNavigator interface: navigator must inherit property "setAppBadge(optional unsigned long long)" with the proper type]
expected: FAIL
[WorkerNavigator interface: calling setAppBadge(optional unsigned long long) on navigator with too few arguments must throw TypeError]
expected: FAIL
[WorkerNavigator interface: operation setAppBadge(optional unsigned long long)]
expected: FAIL
|