Sign in
webkit
/
WebKit
/
master
/
.
/
LayoutTests
/
compositing
/
iframes
/
resources
/
repaint-after-losing-scrollbars-iframe.html
blob: 4036b8dceca5823dfe3209b19d534312ed93bf2f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
body
{
-webkit-transform
:
translateZ
(
0
);
width
:
10px
;
height
:
10px
;
position
:
absolute
;
}
.
tall
{
height
:
200px
;
}
.
wide
{
width
:
200px
;
}
</style>
<body></body>