haikuwebkit/LayoutTests/fast/css/crash-comparing-equal.html

16 lines
270 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
#parent {
font: 20px/1 ahem;
</style>
</head>
<body>
This page shouldn't crash when parsing CSS - Bug 95706.
</body>
</html>