Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / check-stale-putImageData-expected.html
blob61dc247266759c68a4f94a5f47e31bc52f611fff
1 <html><head></head><body>
2 1, 3, and 4 should all show the same red square. 2 should show nothing.
3 <ol>
4 <li><canvas style="background-color:red;" width="100" height="100"></canvas></li>
5 <li><canvas width="100" height="100"></li>
6 <li><canvas style="background-color:red;" width="100" height="100"></li>
7 <li><canvas style="background-color:red;" width="100" height="100"></li>
8 </ol>
10 </body></html>