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