summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-repaint.html
blob: db9365306f0659c737e50cbcd8ce1a476b19a3b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <script src="../../resources/js-test.js"></script>
</head>
<body>
  <canvas id="destination" width="300" height="300"></canvas>
  <canvas id="source" width="300" height="300"></canvas>
  <script src="script-tests/canvas-imageSmoothingEnabled-repaint.js"></script>
</body>
</html>