Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-size-change-after-layout-expected.html
blob022e0359cb6f8d6f1d62eb8d48134f6f566ca9ec
1 <style>
2 canvas {
3 border: solid green;
5 </style>
6 <p>
7 These should be two identical green hollow squares:
8 </p>
9 <canvas width="50" height="50"></canvas>
10 <canvas width="50" height="50"></canvas>