Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-imageSmoothingEnabled-repaint.html
blobdb9365306f0659c737e50cbcd8ce1a476b19a3b5
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../resources/js-test.js"></script>
5 </head>
6 <body>
7 <canvas id="destination" width="300" height="300"></canvas>
8 <canvas id="source" width="300" height="300"></canvas>
9 <script src="script-tests/canvas-imageSmoothingEnabled-repaint.js"></script>
10 </body>
11 </html>