Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / text-before-table-col-crash.html
blob67e12ccee08d714adf97d3215981892484a3e6f8
1 <html>
2 <head>
3 <style>
4 div::before {
5 display: table-column-group;
6 content: "Before Generated Content"
8 </style>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 </script>
13 </head>
14 <body>
15 <div>
16 PASS
17 </div>
18 </body>
19 </html>