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

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

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 35c1dd58ce6f3f5b595b82a1886c07ca85c194ca..7ede00ed56a31e9c234161d7bec66c8382e80f94 100644
--- a/LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js
+++ b/LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js
@@ -116,9 +116,7 @@ form.innerHTML = '<select id="select-multiple" multiple required size="4">' +
mouseDownOnSelect('select-multiple', 0);
mouseDownOnSelect('select-size4', 0);
shouldBe('backgroundOf("select-multiple")', 'validColor');
-shouldBe('backgroundOf("multiple-empty")', 'transparentColor');
shouldBe('backgroundOf("select-size4")', 'validColor');
-shouldBe('backgroundOf("size4-empty")', 'transparentColor');
debug('Change the value with a placeholder label option:');
el = makeInvalid();
« no previous file with comments | « LayoutTests/fast/forms/option-mouseevents-expected.txt ('k') | LayoutTests/fast/forms/select-clientheight-large-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698