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
/
button-first-line-first-letter-expected.html
blob
b396bffc558a119c0882b3795fb7fa1a47049279
1
<!DOCTYPE
html
>
2
3
<button>
4
<font
color=red
>
First line should be red
</font><br>
5
This is the second line.
6
</button>
7
8
<button>
9
<font
color=green
>
F
</font>
irst letter should be green
<br>
10
This is the second line.
11
</button>