Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / crash-output-element-as-column-group.html
blob28c9e062f0d108a697c4830f836fc8fb430cece5
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <p>Test that displaying an OUTPUT element as table-column-group doesn't crash.</p>
7 <div style="display:table-cell;">PASS if no crash or assertion failure.</div>
8 <output style="display:table-column-group;"></output>