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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/motion-path/combine-independent-anchor-expected.html

Issue 2461603003: CSS Motion Path: Place offset-anchor on the path (Closed)
Patch Set: split 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 * {
4 margin: 0;
5 padding: 0;
6 }
7 span {
alancutter (OOO until 2018) 2016/11/03 00:46:52 This should be display: inline-block.
Eric Willigers 2016/11/03 04:01:36 Done.
8 width: 100px;
9 height: 100px;
10 }
11 #span2 {
12 transform-origin: 20% 30%;
13 transform: rotate(90deg) translate(-5px, 10px) translate(0px, 100px) rotate(90 deg) translate(5px, -10px);
14 }
15 </style>
16 <span>span1</div>
17 <span id="span2">span2</div>
18 <span>span3</div>
alancutter (OOO until 2018) 2016/11/03 00:46:52 </span>
Eric Willigers 2016/11/03 04:01:36 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698