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