summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-zoom-expected.html
blob: 63409e18a863ff028b3a7dae5b2b68acd978875d (plain)
1
2
3
4
5
6
7
8
9
10
<style>
    canvas { border: solid green; }
</style>
<p>
    These should be four green hollow boxes with dimensions 600x300, 100x300, 600x100, 100x100.
</p>
<canvas width="600" height="300"></canvas>
<canvas width="100" height="300"></canvas>
<canvas width="600" height="100"></canvas>
<canvas width="100" height="100"></canvas>