summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/motion/offset-path-ray-005-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/motion/offset-path-ray-005-ref.html')
-rw-r--r--testing/web-platform/tests/css/motion/offset-path-ray-005-ref.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/motion/offset-path-ray-005-ref.html b/testing/web-platform/tests/css/motion/offset-path-ray-005-ref.html
new file mode 100644
index 0000000000..525d747053
--- /dev/null
+++ b/testing/web-platform/tests/css/motion/offset-path-ray-005-ref.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>CSS Motion Path: ray paths</title>
+ <style>
+ #container {
+ width: 400px;
+ height: 400px;
+ }
+ #target {
+ position: relative;
+ left: 120px;
+ top: 160px;
+ width: 100px;
+ height: 50px;
+ background-color: lime;
+ transform-origin: 0px 0px;
+ transform: rotate(45deg) translate(200px);
+ }
+ </style>
+ </head>
+ <body>
+ <div id="container">
+ <div id="target"></div>
+ </div>
+ </body>
+</html>