Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-strict-ordering-crash-2-expected.txt
1 if (window.testRunner) testRunner.dumpAsText();
2 body { grid-column-end:span 200; } * { display:inline-grid; grid-column-start:foo; }
3
4 This test has PASSED if it does not CRASH.