Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-font-consistency-expected.txt
bloba42e6f7e0871a2363fe5233f037010849c5762d0
1 Series of tests to ensure that context.font is consistent.
3 On success, you will see no "FAIL" messages, followed by "TEST COMPLETE".
6 Testing font "bold 13px Arial"
7 PASS ctx.font is fontName
8 Testing font "italic 13px Arial"
9 PASS ctx.font is fontName
10 Testing font "small-caps 13px Arial"
11 PASS ctx.font is fontName
12 PASS successfullyParsed is true
14 TEST COMPLETE