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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-update-from-element-expected.txt

Issue 1591613002: Move tests about 'New SELECT Popup' to fast/forms/select-popup, and disable them on OSX and Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 picker._selectElement.style.color is "rgb(123, 0, 0)" 1 PASS picker._selectElement.style.color is "rgb(123, 0, 0)"
2 PASS picker._selectElement.options[0].style.color is "" 2 PASS picker._selectElement.options[0].style.color is ""
3 PASS picker._selectElement.value is "0" 3 PASS picker._selectElement.value is "0"
4 PASS picker._selectElement.value is "1" 4 PASS picker._selectElement.value is "1"
5 PASS picker._selectElement.value is "1" 5 PASS picker._selectElement.value is "1"
6 PASS picker._selectElement.options.length is 2 6 PASS picker._selectElement.options.length is 2
7 PASS picker._selectElement.children[0].label is "FOO" 7 PASS picker._selectElement.children[0].label is "FOO"
8 PASS picker._selectElement.children[1].label is "BAR" 8 PASS picker._selectElement.children[1].label is "BAR"
9 PASS picker._selectElement.children[2].tagName is "OPTGROUP" 9 PASS picker._selectElement.children[2].tagName is "OPTGROUP"
10 PASS picker._selectElement.children[2].label is "BAZ" 10 PASS picker._selectElement.children[2].label is "BAZ"
11 PASS picker._selectElement.value is "1" 11 PASS picker._selectElement.value is "1"
12 PASS picker._selectElement.value is "2" 12 PASS picker._selectElement.value is "2"
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698