blob: e7790956a78f97c5947efcba072353f5a95613c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[MediaQueryList-extends-EventTarget.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[onchange removes listener]
expected:
if os == "linux": [PASS, FAIL]
[onchange adds listener]
expected:
if (os == "linux") and not fission: [PASS, FAIL]
[listeners for "change" type are called]
expected:
if os == "linux": [PASS, FAIL]
[addEventListener "once" option is respected]
expected:
if os == "linux": [PASS, FAIL]
|