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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
animation-offscreen-to-onscreen-expected.html
blob
cf6a53f2f7b6a87bbf59dc71e6d19879ce381534
1
<html>
2
<head>
3
<style
type
=
"text/css"
media
=
"screen"
>
4
body {
5
margin:
0
;
6
}
7
8
#box {
9
position: absolute;
10
left:
0
px;
11
top:
100
px;
12
height:
100
px;
13
width:
100
px;
14
margin:
0
;
15
background-color: green;
16
transform: translate(
100
px,
0
px);
17
}
18
</style>
19
</head>
20
<body>
21
<div
id
=
"box"
></div>
22
<div
id
=
"result"
>
23
PASS -
"webkitTransform"
property for
"box"
element at
0.5
s saw something close to:
1
,
0
,
0
,
1
,
100
,
0
24
</div>
25
</body>
26
</html>