Chromium Code Reviews| Index: LayoutTests/fast/multicol/fieldset-as-multicol.html |
| diff --git a/LayoutTests/fast/multicol/fieldset-as-multicol.html b/LayoutTests/fast/multicol/fieldset-as-multicol.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..302ce8a5f85b43ca69673c977279f26043c1dc4c |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/fieldset-as-multicol.html |
| @@ -0,0 +1,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="-webkit-columns:4; width:6em; height:2em;"> |
| + PASS<br><br><br> |
| +</fieldset> |