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

Unified Diff: LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js

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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js
diff --git a/LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js b/LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js
index 35c3a5b4581846346006c218f59ea2749115a5d4..07e7167b59a84e835713b17389d59bb3fb6dc679 100644
--- a/LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js
+++ b/LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js
@@ -114,8 +114,8 @@ form.innerHTML = '<select id="select-multiple" multiple required size="4">' +
' <option id="size4-empty">empty</option>' +
' <option id="size4-another">another</option>' +
'</select>';
-mouseDownOnSelect('select-multiple', 0);
-mouseDownOnSelect('select-size4', 0);
+mouseDownOnSelect('select-multiple', 1);
+mouseDownOnSelect('select-size4', 1);
shouldBe('backgroundOf("select-multiple")', 'validColor');
shouldBe('backgroundOf("multiple-empty")', 'transparentColor');
shouldBe('backgroundOf("select-size4")', 'validColor');

Powered by Google App Engine
This is Rietveld 408576698