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