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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
HTMLOptionElement_label01.html
blob
94a502d88c1ffcf7940db9d7c2233c372e339b32
1
In the selection list below, the text 'The label for this element is
"1"
' should appear, and not the character '
1
'
<br>
2
<select>
3
<option
label
=
"1"
>
the label for this element is
"1"
</option>
4
</select>