Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-columns-blocks-calc-crash.html
blob87c648c9ccc94cdd5f17f6dec4379d8910407779
1 <html>
2 <head>
3 <style>
4 div
6 -webkit-column-span: all;
7 display: table-cell;
9 </style>
10 </head>
11 <body>
12 <div>
13 <div></div>
14 </div>
15 PASS
16 <script>
17 if (window.testRunner)
18 testRunner.dumpAsText();
19 </script>
20 </body>
21 </html>