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-expected.html
blob
63bdb4f3912410d4317769ee5aac9c6adbee6e63
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#div1 {
6
position: absolute;
7
transform: translate(
120
px,
150
px);
8
transform-origin:
0
%
0
%;
9
}
10
</style>
11
</head>
12
<body>
13
<div
id
=
"div1"
>
div1
</div>
14
</body>
15
</html>