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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
compositing
/
overflow
/
resources
/
nested-composited-subframe.html
blob
71a68fd703e51757945706f2d7ae527c52817f81
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<style
type
=
"text/css"
media
=
"screen"
>
6
body { background-color:silver }
7
.box {
8
height:
200
px;
9
width:
200
px;
10
margin:
10
px;
11
padding:
5
px;
12
background-color: blue;
13
overflow:hidden;
14
}
15
</style>
16
</head>
17
<body>
18
<div
id
=
"iframe-content"
class
=
"box"
>
19
<iframe
src
=
"composited-subframe.html"
></iframe>
20
</div>
21
</body>
22
</html>