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

Side by Side Diff: LayoutTests/fast/forms/textarea-resize-above-min-size-set-and-below-initial-size-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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test for resizing the Textarea above minimum size set and below it's initial siz e.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.getElementById("textInputID").style.width is "250px"
7 PASS document.getElementById("textInputID").style.height; is "250px"
8 PASS document.getElementById("textInputID").style.width is "250px"
9 PASS document.getElementById("textInputID").style.height; is "250px"
10 PASS document.getElementById("textInputID").style.width is "250px"
11 PASS document.getElementById("textInputID").style.height; is "250px"
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698