blob: 540a573bb34e3a8699b984b1384d9c39c0d0cce3 [file] [log] [blame]
<html>
<body>
<p>Test error recovery in media query.</p>
<style>
@media ({});
#test1 {
display: none;
}
</style>
<style>
@media [{}];
#test2 {
display: none;
}
</style>
<div id="test1">Test 1 failed</div>
<div id="test2">Test 2 failed</div>
</body>
<script type="text/javascript">
if (window.testRunner)
testRunner.dumpAsText();
</script>
</html>