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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-disabled-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 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
1 Tests that user cannot change disabled select by keyboard 1 Tests that user cannot change disabled select by keyboard
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 select1.value is "a" 6 PASS select1.value is "a"
7 PASS select1.value is "b" 7 PASS select1.value is "b"
8 PASS select1.value is "b" 8 PASS select1.value is "b"
9 PASS select1.value is "b" 9 PASS select1.value is "b"
10 PASS select2.value is "a" 10 PASS select2.value is "a"
11 PASS select2.value is "b" 11 PASS select2.value is "b"
12 PASS select2.value is "b" 12 PASS select2.value is "b"
13 PASS select2.value is "b" 13 PASS select2.value is "b"
14 Tests on select disable, popup menu is hidden 14 Tests on select disable, popup menu is hidden
15 PASS internals.isSelectPopupVisible(select3) is true 15 PASS internals.isSelectPopupVisible(select3) is true
16 PASS internals.isSelectPopupVisible(select3) is false 16 PASS internals.isSelectPopupVisible(select3) is false
17 Tests on select disable, value cannot be changed 17 Tests on select disable, value cannot be changed
18 PASS select4.value is "b" 18 PASS select4.value is "b"
19 PASS select4.value is "b" 19 PASS select4.value is "b"
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698