Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-path-context-fill.html
blob073f1ac9307df0b08c56fd48ad84c36d5862ee6f
1 <!doctype html>
2 <html>
3 <head>
4 <script src="../../resources/js-test.js"></script>
5 </head>
6 <body>
7 <canvas id="canvas" width="200" height="200"></canvas>
8 <script src="script-tests/canvas-path-context-fill.js"></script>
9 </body>