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
/
css3
/
motion-path
/
combine-translation.html
blob
46ebcbd0a63100e3546c784393141d1c52204989
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#div1 {
6
position: absolute;
7
motion: path('M
10 20
h
40
v
50
')
0
rad
100
%;
8
transform: translate(
70
px,
80
px);
9
transform-origin:
0
%
0
%;
10
}
11
</style>
12
</head>
13
<body>
14
<div
id
=
"div1"
>
div1
</div>
15
</body>
16
</html>