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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt

Issue 1838183003: Fix problems on changing 'multiple' state SELECT element to 'single' state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a typo in a comment Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt
index 150b1a1efa0a1df8137dbdae918de88dbbd3c42f..d5d12a5d3e7772837d9403a9f694565d0ab31edb 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/change-multiple-preserve-selection-expected.txt
@@ -3,10 +3,10 @@ PASS successfullyParsed is true
TEST COMPLETE
PASS selectElement.selectedIndex is -1
-PASS selectElement.selectedIndex is -1
+PASS selectElement.selectedIndex is 0
PASS selectElement.selectedIndex is 0
PASS selectElement.selectedIndex is -1
-PASS selectElement.selectedIndex is -1
+PASS selectElement.selectedIndex is 0
PASS selectElement.selectedIndex is 0
PASS selectElement.options[0].selected is true
PASS selectElement.options[1].selected is true

Powered by Google App Engine
This is Rietveld 408576698