haikuwebkit/LayoutTests/fast/css/media-query-evaluator-crash...

13 lines
259 B
HTML

<html>
Test passes if it does not crash.
<iframe id="test"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var iframe = document.getElementById("test");
var obj = iframe.contentWindow.matchMedia("(min-width: 0em)");
</script>
</html>