summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/iframes/resources/repaint-after-losing-scrollbars-iframe.html
blob: a02d595d7e037d99bc9a8b4caca12f33d00a6e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<style>
body {
transform:translateZ(0);
width:10px;
height:10px;
position:absolute;
}

.tall {
height:200px;
}

.wide {
width:200px;
}
</style>
<body></body>