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

Side by Side Diff: LayoutTests/fast/forms/percent-height-auto-width-form-controls-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 PASS document.getElementById("text-a").offsetWidth is document.getElementById("t ext-b").offsetWidth 1 PASS document.getElementById("text-a").offsetWidth is document.getElementById("t ext-b").offsetWidth
2 PASS document.getElementById("file-a").offsetWidth is document.getElementById("f ile-b").offsetWidth 2 PASS document.getElementById("file-a").offsetWidth is document.getElementById("f ile-b").offsetWidth
3 PASS document.getElementById("range-a").offsetWidth is document.getElementById(" range-b").offsetWidth 3 PASS document.getElementById("range-a").offsetWidth is document.getElementById(" range-b").offsetWidth
4 PASS document.getElementById("select-a").offsetWidth is document.getElementById( "select-b").offsetWidth 4 PASS document.getElementById("select-a").offsetWidth is document.getElementById( "select-b").offsetWidth
5 PASS document.getElementById("multiple-a").offsetWidth is document.getElementByI d("multiple-b").offsetWidth 5 PASS document.getElementById("multiple-a").offsetWidth is document.getElementByI d("multiple-b").offsetWidth
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 The form controls of the same type below should be the same width. 9 The form controls of the same type below should be the same width.
10 10
11 11
12 12
13 13
14 14
15 15
16 16
17 17
18 18
19 19
20 20
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698