Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-anonymous-block-destroy-crash.html
blob3d8ac896f43b482bece7d5e9ee00b6e63f97f17a
1 <html>
2 <head>
3 <style>
4 div
5 {
6 -webkit-column-span: all;
7 -webkit-columns: 2;
8 display: table-cell;
10 div:last-of-type
12 display: table-caption;
14 </style>
15 </head>
16 <body>
17 <div>
18 <div></div>
19 </div>
20 PASS
21 <script>
22 if (window.testRunner)
23 testRunner.dumpAsText();
24 </script>
25 </body>
26 </html>