summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/fieldset-as-multicol-expected.html
blob: f6d68d2075b444d688c07622de51711849a5fb1d (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<p>Multicol should have no effect when specified on a FIELDSET element.</p>
<p>The word 'PASS' should be seen inside the box:</p>
<fieldset style="width:6em; height:2em;">
    PASS<br><br><br>
</fieldset>