summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/motion/offset-path-url-002-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/motion/offset-path-url-002-ref.html')
-rw-r--r--testing/web-platform/tests/css/motion/offset-path-url-002-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/motion/offset-path-url-002-ref.html b/testing/web-platform/tests/css/motion/offset-path-url-002-ref.html
new file mode 100644
index 0000000000..177d71385f
--- /dev/null
+++ b/testing/web-platform/tests/css/motion/offset-path-url-002-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>CSS Motion Path Referecne: url() to rect</title>
+ <style>
+ #target {
+ width: 50px;
+ height: 50px;
+ background-color: green;
+ transform: translate(275px, 75px) rotate(90deg);
+ border-radius: 50% 50% 0 0;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="target"></div>
+ </body>
+</html>