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..b6ce5079e106a49e56c7dc7b1953cd5c47d9e715 |
--- /dev/null |
+++ b/LayoutTests/fast/forms/textarea-resize-min-width-min-height-expected.txt |
@@ -0,0 +1,9 @@ |
+ |
+TextArea initial width is 100px |
+TextArea initial height is 50px |
+Dragging textarea to reduce it's width and height by 30px |
+After dragging textarea new width is 70px |
+After dragging textarea new height is 20px |
+You will see a PASS message below if new width is 70px and new height is 20px |
+PASS |
+ |