Index: LayoutTests/fast/forms/textarea-resize-min-width-min-height-expected.txt |
diff --git a/LayoutTests/fast/forms/textarea-resize-min-width-min-height-expected.txt b/LayoutTests/fast/forms/textarea-resize-min-width-min-height-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ac900dd29f6ac013a0c6b850c5618112953ba2ee |
--- /dev/null |
+++ b/LayoutTests/fast/forms/textarea-resize-min-width-min-height-expected.txt |
@@ -0,0 +1,9 @@ |
+ |
+TextArea initial width is 400px |
+TextArea initial height is 400px |
+Dragging textarea to reduce it's width by 250px and height by 340px |
+After dragging textarea new width is 150px |
+After dragging textarea new height is 60px |
+You will see a PASS message below if new width is 150px and new height is 60px |
+PASS |
+ |