Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: LayoutTests/fast/forms/textarea-resize-below-min-size-set-expected.txt

Issue 239983004: Textarea resize-able only to larger; min-height and min-width properly set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and added shouldBeEqualToString() instead of shouldBe() in LayoutTest Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/forms/textarea-resize-below-min-size-set.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/textarea-resize-below-min-size-set-expected.txt
diff --git a/LayoutTests/fast/forms/textarea-resize-below-min-size-set-expected.txt b/LayoutTests/fast/forms/textarea-resize-below-min-size-set-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..89fe08cd9e5d9231a987281116141d465a143754
--- /dev/null
+++ b/LayoutTests/fast/forms/textarea-resize-below-min-size-set-expected.txt
@@ -0,0 +1,15 @@
+Test for resizing the Textarea below the minimum size set.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementById("textInputID").style.width is "194px"
+PASS document.getElementById("textInputID").style.height; is "194px"
+PASS document.getElementById("textInputID").style.width is "114px"
+PASS document.getElementById("textInputID").style.height; is "84px"
+PASS document.getElementById("textInputID").style.width is "74px"
+PASS document.getElementById("textInputID").style.height; is "74px"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/textarea-resize-below-min-size-set.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698