Sign in
webkit
/
WebKit
/
3edaba2ba8773ca7f680c84dc462d786504282f8
/
.
/
LayoutTests
/
compositing
/
iframes
/
resources
/
has-composited-iframe-child.html
blob: 35d5ae55d986e8b2342797c3ac22517afb2b201e [
file
] [
log
] [
blame
]
<html>
<head>
<style>
body
{
overflow
:
hidden
;
height
:
1000px
;
}
iframe
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
width
:
200px
;
height
:
200px
;
border
:
0px
;
}
</style>
</head>
<body>
<iframe
src
=
"composited-red.html"
></iframe>
</body>
</html>