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'); |