Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / fieldset-as-multicol-expected.html
blobf6d68d2075b444d688c07622de51711849a5fb1d
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="width:6em; height:2em;">
5 PASS<br><br><br>
6 </fieldset>