| Index: LayoutTests/fast/css-grid-layout/grid-strict-ordering-crash-2-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-strict-ordering-crash-2-expected.txt b/LayoutTests/fast/css-grid-layout/grid-strict-ordering-crash-2-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8587972f12221ba150e726479fdb9bdac7eddec3
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-strict-ordering-crash-2-expected.txt
|
| @@ -0,0 +1,4 @@
|
| +if (window.testRunner) testRunner.dumpAsText();
|
| +body { grid-column-end:span 200; } * { display:inline-grid; grid-column-start:foo; }
|
| +
|
| +This test has PASSED if it does not CRASH.
|
|
|