Sign in
chromium
/
chromium
/
src.git
/
66.0.3359.101
/
.
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
motion-path
/
offset-anchor-rotation.html
blob: 2ab5c0f4833e24787e7acc08a2d95a566fced231 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
#
div1
{
position
:
absolute
;
left
:
400px
;
top
:
300px
;
width
:
200px
;
height
:
100px
;
offset
:
path
(
'm 0 0 z'
)
0px
90deg
;
offset-anchor
:
21px
67px
;
transform-origin
:
0px
0px
;
}
</style>
<div
id
=
"div1"
>
div1
</div>