Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-webkitLineDash-expected.txt
blob9756c18d7c8e6b2ee028a4c151e5eb2f07eafcd9
1 Basic test for webkitLineDash and webkitLineDashOffset
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 FAIL ctx.webkitLineDashOffset should be 0 (of type number). Was undefined (of type undefined).
7 PASS lineDash[0] is 15
8 PASS lineDash[1] is 10
9 PASS ctx.webkitLineDashOffset is 5
10 PASS ctx.webkitLineDashOffset is 5
11 PASS successfullyParsed is true
13 TEST COMPLETE