summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/styling-option-checked-expected.html
blob: 18468095b9e884bdb575a0080ccce751b7b8ee9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>