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

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

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 <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 { -webkit-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
« no previous file with comments | « LayoutTests/fast/transforms/identity-matrix.html ('k') | LayoutTests/fast/transforms/matrix-02.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698