Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
forms
/
button-first-line-first-letter-expected.html
blob: b396bffc558a119c0882b3795fb7fa1a47049279 [
file
] [
edit
]
<!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>