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