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
/
css3
/
motion-path
/
combine-rotation-expected.html
blob
9993c2865664ccc4c73f67cc90916ae996fc4af2
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#div1 {
6
position: absolute;
7
left:
100
;
8
top:
200
;
9
transform: translate(-
50
%, -
50
%) rotate(
180
deg);
10
}
11
</style>
12
</head>
13
<body>
14
<div
id
=
"div1"
>
div1
</div>
15
</body>
16
</html>