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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/motion-path/combine-anchor-transform.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/motion-path/combine-anchor-transform-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 * {
4 margin: 0;
5 padding: 0;
6 }
7 span {
8 display: inline-block;
9 width: 100px;
10 height: 100px;
11 }
12 #span2 {
13 offset: path('m 0 0 v 200') 100px auto;
14 offset-anchor: 15% 40%;
15 transform-origin: 20% 30%;
16 transform: scale(2) rotate(90deg);
17 }
18 </style>
19 <span>span1</span>
20 <span id="span2">span2</span>
21 <span>span3</span>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/motion-path/combine-anchor-transform-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698