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

Side by Side Diff: LayoutTests/compositing/squashing/squash-three-layers.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .composited { 4 .composited {
5 -webkit-transform: translatez(0); 5 transform: translatez(0);
6 } 6 }
7 7
8 .box { 8 .box {
9 width: 100px; 9 width: 100px;
10 height: 100px; 10 height: 100px;
11 } 11 }
12 12
13 .behind { 13 .behind {
14 position: absolute; 14 position: absolute;
15 z-index: 1; 15 z-index: 1;
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 document.body.style.whiteSpace = 'pre'; 65 document.body.style.whiteSpace = 'pre';
66 } 66 }
67 </script> 67 </script>
68 </head> 68 </head>
69 <body onload="runTest()"> 69 <body onload="runTest()">
70 <div class="composited box behind"></div> 70 <div class="composited box behind"></div>
71 <div class="box middle"></div> 71 <div class="box middle"></div>
72 <div class="box middle2"></div> 72 <div class="box middle2"></div>
73 <div class="box top"></div> 73 <div class="box top"></div>
74 </body> 74 </body>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/squashing/squash-simple.html ('k') | LayoutTests/compositing/squashing/squash-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698