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

Unified Diff: LayoutTests/fast/forms/select/styling-option-checked-expected.html

Issue 450623002: Styling option should not override option:checked UA style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added to isSkippableComponentForInvalidation Created 6 years, 4 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
« no previous file with comments | « LayoutTests/fast/forms/select/styling-option-checked.html ('k') | Source/core/css/CSSSelector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/select/styling-option-checked-expected.html
diff --git a/LayoutTests/fast/forms/select/styling-option-checked-expected.html b/LayoutTests/fast/forms/select/styling-option-checked-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..18468095b9e884bdb575a0080ccce751b7b8ee9f
--- /dev/null
+++ b/LayoutTests/fast/forms/select/styling-option-checked-expected.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+#foo {
+ background-color: lightgreen;
+ color: red;
+ padding-left: 20px;
+}
+#bar {
+ padding-left: 20px;
+ text-decoration: underline;
+}
+</style>
+<select multiple autofocus>
+ <option id="foo">foo</option>
+ <option id="bar" selected>bar</option>
+</select>
« no previous file with comments | « LayoutTests/fast/forms/select/styling-option-checked.html ('k') | Source/core/css/CSSSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698