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
/
HTMLOptionElement_label04.html
blob
cf13e743fdf7cd9058009455e74c17b7b2a7295c
1
The label attribute appears, but is missing the equals value piece, so the containing text is used.
<br>
2
<select>
3
<option
label
>
the label attribute is mentioned but no value is specified; this text should appear
</option>
4
</select>