1
0
Fork 0
firefox/testing/web-platform/tests/css/motion/offset-path-url-003-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
379 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Motion Path Referecne: url() to circle</title>
<style>
#target {
width: 50px;
height: 50px;
background-color: green;
transform: translate(125px, 125px) rotate(180deg);
border-radius: 50% 50% 0 0;
}
</style>
</head>
<body>
<div id="target"></div>
</body>
</html>