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

Side by Side Diff: LayoutTests/css3/motion-path/compute-distance-expected.html

Issue 1220793011: CSS Motion Path: Centre transform-origin on the path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: current-transformation-matrix Created 5 years, 5 months 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 div { 5 div {
6 position: absolute; 6 position: absolute;
7 transform-origin: 0% 0%;
7 } 8 }
8 #div1 { 9 #div1 {
9 transform: translate3d(300px, 10px, 1px); 10 transform: translate3d(300px, 10px, 1px);
10 } 11 }
11 #div2 { 12 #div2 {
12 transform: translate3d(200px, 20px, 2px); 13 transform: translate3d(200px, 20px, 2px);
13 } 14 }
14 #div3 { 15 #div3 {
15 transform: translate3d(100px, 30px, 3px); 16 transform: translate3d(100px, 30px, 3px);
16 } 17 }
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <div id="div5">div5</div> 52 <div id="div5">div5</div>
52 <div id="div6">div6</div> 53 <div id="div6">div6</div>
53 <div id="div7">div7</div> 54 <div id="div7">div7</div>
54 <div id="div8">div8</div> 55 <div id="div8">div8</div>
55 <div id="div9">div9</div> 56 <div id="div9">div9</div>
56 <div id="div10">div10</div> 57 <div id="div10">div10</div>
57 <div id="div11">div11</div> 58 <div id="div11">div11</div>
58 <div id="div12">div12</div> 59 <div id="div12">div12</div>
59 </body> 60 </body>
60 </html> 61 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698