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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #foo {
4 background-color: lightgreen;
5 color: red;
6 padding-left: 20px;
7 }
8 #bar {
9 padding-left: 20px;
10 text-decoration: underline;
11 }
12 </style>
13 <select multiple autofocus>
14 <option id="foo">foo</option>
15 <option id="bar" selected>bar</option>
16 </select>
OLDNEW
« 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