blob: 4ac365c7c6a03ebdd88dfaf94c594d08e966a865 [file] [log] [blame]
<!DOCTYPE html>
<html>
<link href="resources/grid.css" rel="stylesheet">
<head>
<script type="text/javascript">
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>This test checks that positioned grid items (absolute or fixed) do not crash on debug.</p>
<div class="grid">
<div style="position: absolute;"></div>
<div style="position: fixed;"></div>
</div>
</body>
</html>