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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #div1 {
4 position: absolute;
5 left: 400px;
6 top: 300px;
7 width: 200px;
8 height: 100px;
9 transform: rotate(90deg);
10 transform-origin: 21px 67px;
11 }
12 </style>
13 <div id="div1">div1</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698