<!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> |