Index: LayoutTests/fast/multicol/textarea-as-multicol-expected.html |
diff --git a/LayoutTests/fast/multicol/textarea-as-multicol-expected.html b/LayoutTests/fast/multicol/textarea-as-multicol-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..de02359557f275845b668ecfb97c8f25f3381b14 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/textarea-as-multicol-expected.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="overflow:hidden; resize:none; width:6em; height:2em;">PASS</textarea> |