Source code

Revision control

Copy as Markdown

Other Tools

[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]