Source code

Revision control

Copy as Markdown

Other Tools

[MediaQueryList-extends-EventTarget-interop.html]
[listener added with addListener and addEventListener is called once]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[listener added with addListener and addEventListener (capture) is called twice]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[removeEventListener (capture) doesn't remove listener added with addListener]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[removeListener doesn't remove listener added with addEventListener (capture)]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[capturing event listener fires before non-capturing listener at target]
expected:
if (processor == "x86") and (os == "linux"): FAIL