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
/
iframes
/
resources
/
subframe.html
blob
d09b235730d3deacfdd79a06ec28085106ca86db
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<style
type
=
"text/css"
media
=
"screen"
>
6
body {
7
background-color: silver;
8
height:
1000
px;
9
}
10
11
.box {
12
height:
100
px;
13
width:
100
px;
14
margin:
10
px;
15
padding:
5
px;
16
background-color: blue;
17
}
18
</style>
19
</head>
20
<body>
21
22
<div
class
=
"box"
>
23
</div>
24
25
</body>
26
</html>