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

Side by Side Diff: LayoutTests/animations/webkit-perspective-expected.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
« no previous file with comments | « LayoutTests/animations/webkit-perspective.html ('k') | LayoutTests/compositing/3d-corners.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 #perspective { 3 #perspective {
4 -webkit-perspective: 150px; 4 -webkit-perspective: 150px;
5 height: 150px; 5 height: 150px;
6 width: 150px; 6 width: 150px;
7 margin: 50px; 7 margin: 50px;
8 padding: 10px; 8 padding: 10px;
9 } 9 }
10 10
11 #transform { 11 #transform {
12 width: 150px; 12 width: 150px;
13 height: 150px; 13 height: 150px;
14 background: blue; 14 background: blue;
15 -webkit-transform: rotateY(45deg); 15 transform: rotateY(45deg);
16 } 16 }
17 </style> 17 </style>
18 <div id="perspective"> 18 <div id="perspective">
19 <div id="transform"> 19 <div id="transform">
20 </div> 20 </div>
21 </div> 21 </div>
OLDNEW
« no previous file with comments | « LayoutTests/animations/webkit-perspective.html ('k') | LayoutTests/compositing/3d-corners.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698