Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-zoom-expected.html
blob63409e18a863ff028b3a7dae5b2b68acd978875d
1 <style>
2 canvas { border: solid green; }
3 </style>
4 <p>
5 These should be four green hollow boxes with dimensions 600x300, 100x300, 600x100, 100x100.
6 </p>
7 <canvas width="600" height="300"></canvas>
8 <canvas width="100" height="300"></canvas>
9 <canvas width="600" height="100"></canvas>
10 <canvas width="100" height="100"></canvas>