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
/
child-transform-layer-rounding-expected.html
blob
7d27c8084428b8379449575d7ec7acff42e40e25
1
<!DOCTYPE
HTML
>
2
<style>
3
#animDiv {
4
position: absolute;
5
width:
176
px;
6
height:
91
px;
7
background-image: none;
8
background-color: #cc3500;
9
left: -
164.5
px;
10
top:
184.5
px;
11
}
12
13
#clipper {
14
overflow: hidden;
15
width:
700
px;
16
height:
700
px;
17
margin: -
10
px;
18
}
19
20
#shake {
21
position:absolute;
22
width:
200
px;
23
height:
64
px;
24
left:
51
px;
25
top:
121
px;
26
border-style:solid;border-width:
1
px;
27
transform:translateZ(
0
);
28
}
29
30
#container {
31
perspective:
1400
px;
32
}
33
</style>
34
<div
id
=
"clipper"
>
35
<div
id
=
"container"
>
36
<div
id
=
"animDiv"
></div>
37
<div
id
=
"shake"
></div>
38
</div>
39
</div>