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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select-clientheight-with-multiple-attr-expected.txt

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 HTMLSelectElement multiple attribute test when no size is specified
2
3 PASS clientHeight('sel2') is clientHeight('sel1')
4 PASS getElemById('sel2').setAttribute('size', '5'); clientHeight('sel2') > clien tHeight('sel1') is true
5 PASS clientHeight('sel3') is clientHeight('sel1')
6 PASS getElemById('sel3').setAttribute('size', '2'); clientHeight('sel3') < clien tHeight('sel1') is true
7 PASS getElemById('sel3').setAttribute('size', '0'); clientHeight('sel3') is clie ntHeight('sel1')
8 PASS getElemById('sel3').setAttribute('size', ''); clientHeight('sel3') is clien tHeight('sel1')
9 PASS getElemById('sel3').setAttribute('size', '1+ef'); clientHeight('sel3') < cl ientHeight('sel1') is true
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698