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

Unified Diff: LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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: LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt b/LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt
index b2f83ef761ae43efec990301cef853326ed3e68a..150b1a1efa0a1df8137dbdae918de88dbbd3c42f 100644
--- a/LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt
+++ b/LayoutTests/fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt
@@ -1,4 +1,7 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS selectElement.selectedIndex is -1
PASS selectElement.selectedIndex is -1
PASS selectElement.selectedIndex is 0
@@ -14,7 +17,4 @@ PASS selectElement.options[2].selected is false
PASS selectElement.options[0].selected is true
PASS selectElement.options[1].selected is false
PASS selectElement.options[2].selected is false
-PASS successfullyParsed is true
-
-TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698