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

Side by Side Diff: LayoutTests/fast/forms/select-clientheight-large-size-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 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 unified diff | Download patch
OLDNEW
1 Tests that select elements cap their size to the size attribute and to 4 when no size is specified. 1 Tests that select elements cap their size to the size attribute and to 4 when no size is specified.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS clientHeight('select2') is clientHeight('select1') 6 PASS clientHeight('select2') is clientHeight('select1')
7 PASS getElemById('select2').setAttribute('size', '4'); clientHeight('select2') = = clientHeight('select1') is true 7 PASS getElemById('select2').setAttribute('size', '4'); clientHeight('select2') = = clientHeight('select1') is true
8 PASS getElemById('select2').setAttribute('size', '5'); clientHeight('select2') > clientHeight('select1') is true 8 PASS getElemById('select2').setAttribute('size', '5'); clientHeight('select2') > clientHeight('select1') is true
9 PASS getElemById('select2').setAttribute('size', '8'); clientHeight('select2') = = multipleOfElement('select1', 2) is true 9 PASS getElemById('select2').setAttribute('size', '8'); clientHeight('select2') = = multipleOfElement('select1', 2) is true
10 PASS getElemById('select2').setAttribute('size', '12'); clientHeight('select2') == multipleOfElement('select1', 3) is true 10 PASS getElemById('select2').setAttribute('size', '12'); clientHeight('select2') == multipleOfElement('select1', 3) is true
11 PASS getElemById('select2').setAttribute('size', '16'); clientHeight('select2') == multipleOfElement('select1', 4) is true 11 PASS getElemById('select2').setAttribute('size', '16'); clientHeight('select2') == multipleOfElement('select1', 4) is true
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698