Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / crash-anonymous-table-layout.html
blob069fbbde9522035b28289979b44b1c2be708d16a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .tableAfter::after { display: table; content: attr(class); height: 1px; }
6 </style>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 </head>
12 <body>
13 <div class="tableAfter"></div>
14 <div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Multiple crashes in LayoutTable during layout</div>
15 <div>This test passes if it does not CRASH.</div>
16 </body>
17 </html>