Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / iframes / resources / repaint-after-losing-scrollbars-iframe.html
bloba02d595d7e037d99bc9a8b4caca12f33d00a6e0d
1 <!DOCTYPE html>
2 <style>
3 body {
4 transform:translateZ(0);
5 width:10px;
6 height:10px;
7 position:absolute;
10 .tall {
11 height:200px;
14 .wide {
15 width:200px;
17 </style>
18 <body></body>