Source code

Revision control

Copy as Markdown

Other Tools

[matchMedia.html]
[iframe.matchMedia("(min-aspect-ratio: 1/1)") matches]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[iframe.matchMedia("(width: 200px)") matches]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[iframe.matchMedia("(min-width: 150px)") matches]
expected:
if (processor == "x86") and (os == "linux"): FAIL
[window.matchMedia("(min-width: 1px)") matches]
expected:
if (processor == "x86") and (os == "linux"): FAIL