Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / button-first-line-first-letter-expected.html
blobb396bffc558a119c0882b3795fb7fa1a47049279
1 <!DOCTYPE html>
3 <button>
4 <font color=red>First line should be red</font><br>
5 This is the second line.
6 </button>
8 <button>
9 <font color=green>F</font>irst letter should be green<br>
10 This is the second line.
11 </button>