Sign in
chromium
/
chromium
/
src.git
/
56.0.2923.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
motion-path
/
zero-length.html
blob: 971128720a38983bbc7392e5e1e18b684f93fa44 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
#
div1
{
position
:
absolute
;
offset
:
path
(
'M100,100L100,100'
)
0%
0deg
;
transform-origin
:
0
0
;
offset-anchor
:
0
0
;
}
</style>
</head>
<body>
<div
id
=
"div1"
>
div1
</div>
</body>
</html>