Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-element-embed-crash.html
blob1a6db7d380e48451e5e5461e3e4f9d8a4c917975
1 <!DOCTYPE html>
2 <style>
3 * {
4 margin-right:2vw;
6 body {
7 display:grid;
8 grid-auto-flow:row stack;
10 </style>
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
15 <body>The test checks that embedded elements don't leave stale pointers into the grid representation.
16 <embed>This test has passed if it didn't crash.</embed>
17 </body>