Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
button-first-line-first-letter-expected.html
blob: b396bffc558a119c0882b3795fb7fa1a47049279 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<button>
<font
color
=
red
>
First line should be red
</font><br>
This is the second line.
</button>
<button>
<font
color
=
green
>
F
</font>
irst letter should be green
<br>
This is the second line.
</button>