|
Styling option should not override option:checked UA style
This adds !important to option:checked styles, so that styling option won't override the selected appearance.
This adds -internal-listbox which applies to listbox mode select elements.
We need it because we can't remove the !important styles for select[size=0], select[size=1]
BUG= 398417
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179782
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+62 lines, -45 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/forms/select/styling-option-checked.html
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/forms/select/styling-option-checked-expected.html
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSSelector.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSSelector.cpp
|
View
|
1
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/RuleFeature.cpp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/SelectorChecker.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/SelectorChecker.cpp
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/html.css
|
View
|
|
3 chunks |
+10 lines, -44 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|