Chromium Code Reviews| Index: LayoutTests/fast/css-grid-layout/grid-strict-ordering-crash-2.html |
| diff --git a/LayoutTests/fast/css-grid-layout/grid-strict-ordering-crash-2.html b/LayoutTests/fast/css-grid-layout/grid-strict-ordering-crash-2.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..eff32baab27b541bde7954666e3efe583b95122f |
| --- /dev/null |
| +++ b/LayoutTests/fast/css-grid-layout/grid-strict-ordering-crash-2.html |
| @@ -0,0 +1,16 @@ |
| +<!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> |