| Index: LayoutTests/fast/forms/textarea-resize-below-min-intrinsic-size-expected.txt
|
| diff --git a/LayoutTests/fast/forms/textarea-resize-below-min-intrinsic-size-expected.txt b/LayoutTests/fast/forms/textarea-resize-below-min-intrinsic-size-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..15a7d6dddc494153b931aa1a6192853c42501628
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/textarea-resize-below-min-intrinsic-size-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +Test for resizing the Textarea below it's min intrinsic size.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS document.getElementById("textInputID").style.width is "9px"
|
| +PASS document.getElementById("textInputID").style.height; is "9px"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|