haikuwebkit/LayoutTests/fast/css/crash-on-incomplete-webkit-...

15 lines
276 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>:-webkit-any\( should not crash</title>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>:-webkit-any\( {}</style>
</head>
<body>
<p>PASS if not crashed.</p>
</body>
</html>