repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
select
/
styling-option-checked-expected.html
blob
18468095b9e884bdb575a0080ccce751b7b8ee9f
1
<!DOCTYPE
html
>
2
<style>
3
#foo {
4
background-color: lightgreen;
5
color: red;
6
padding-left:
20
px;
7
}
8
#bar {
9
padding-left:
20
px;
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>