Index: LayoutTests/fast/multicol/textarea-as-multicol.html |
diff --git a/LayoutTests/fast/multicol/textarea-as-multicol.html b/LayoutTests/fast/multicol/textarea-as-multicol.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b68321bbb97ce195a9095a9d50c2c438d383cc0a |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/textarea-as-multicol.html |
@@ -0,0 +1,4 @@ |
+<!DOCTYPE html> |
+<p>Multicol should have no effect when specified on a TEXTAREA element.</p> |
+<p>The word 'PASS' should be seen inside the box:</p> |
+<textarea style="-webkit-columns:3; overflow:hidden; resize:none; width:6em; height:2em;">PASS</textarea> |