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

Side by Side Diff: third_party/WebKit/LayoutTests/transforms/matrix-01.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 years 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 <head> 1 <head>
2 <style> 2 <style>
3 div { 3 div {
4 width: 100px; 4 width: 100px;
5 height: 100px; 5 height: 100px;
6 -webkit-transform-origin: 0 0; 6 -webkit-transform-origin: 0 0;
7 background-color: skyblue; 7 background-color: skyblue;
8 border: 5px solid black; 8 border: 5px solid black;
9 } 9 }
10 .matrix { transform: rotate(-30deg) matrix(.866, .5, -.5, .866, 0, 0); } 10 .matrix { transform: rotate(-30deg) matrix(.866, .5, -.5, .866, 0, 0); }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body>
14 <div class="matrix"></div> 14 <div class="matrix"></div>
15 </body> 15 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698