Source code

Revision control

Copy as Markdown

Other Tools

[MediaQueryList-addListener-handleEvent.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[looks up handleEvent method on every event dispatch]
expected:
if os == "linux": [PASS, FAIL]
[calls handleEvent method of event listener]
expected:
if os == "linux": [PASS, FAIL]
[doesn't look up handleEvent method on callable event listeners]
expected:
if os == "linux": [PASS, FAIL]