blob: eff32baab27b541bde7954666e3efe583b95122f [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<li></li>
<style>
body {
grid-column-end:span 200;
}
* {
display:inline-grid;
grid-column-start:foo;
}
</style>
<p><br>This test has PASSED if it does not CRASH.</p>