| Index: LayoutTests/fast/multicol/file-upload-as-multicol.html
|
| diff --git a/LayoutTests/fast/multicol/file-upload-as-multicol.html b/LayoutTests/fast/multicol/file-upload-as-multicol.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3252d794db9f28290a09a45a781e86a8b000dc20
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/file-upload-as-multicol.html
|
| @@ -0,0 +1,4 @@
|
| +<!DOCTYPE html>
|
| +<p>Multicol should have no effect when specified on an INPUT type=file element.</p>
|
| +<p>There should be a button below, and some text on its right:</p>
|
| +<input type="file" style="-webkit-columns:10;">
|
|
|