Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / fieldset-as-multicol.html
blob302ce8a5f85b43ca69673c977279f26043c1dc4c
1 <!DOCTYPE html>
2 <p>Multicol should have no effect when specified on a FIELDSET element.</p>
3 <p>The word 'PASS' should be seen inside the box:</p>
4 <fieldset style="-webkit-columns:4; width:6em; height:2em;">
5 PASS<br><br><br>
6 </fieldset>