Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/offset-anchor-rotation-expected.html

Issue 2461603003: CSS Motion Path: Place offset-anchor on the path (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/css3/motion-path/offset-anchor-rotation-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/offset-anchor-rotation-expected.html b/third_party/WebKit/LayoutTests/css3/motion-path/offset-anchor-rotation-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..139f67b2fb10742addb23d65b12d243fad6e8a6b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/offset-anchor-rotation-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+#div1 {
+ position: absolute;
+ left: 400px;
+ top: 300px;
+ width: 200px;
+ height: 100px;
+ transform: rotate(90deg);
+ transform-origin: 21px 67px;
+}
+</style>
+<div id="div1">div1</div>

Powered by Google App Engine
This is Rietveld 408576698