repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
compositing
/
iframes
/
resources
/
has-composited-iframe-child.html
blob
35d5ae55d986e8b2342797c3ac22517afb2b201e
1
<html>
2
<head>
3
<style>
4
body {
5
overflow: hidden;
6
height:
1000
px;
7
}
8
iframe {
9
position: absolute;
10
top:
0
px;
11
left:
0
px;
12
width:
200
px;
13
height:
200
px;
14
border:
0
px;
15
}
16
</style>
17
</head>
18
<body>
19
<iframe
src
=
"composited-red.html"
></iframe>
20
</body>
21
</html>