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

Side by Side Diff: LayoutTests/compositing/layer-creation/incremental-destruction-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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 #target { 3 #target {
4 opacity: 0.5; 4 opacity: 0.5;
5 } 5 }
6 </style> 6 </style>
7 <div id="target" style="width: 500px; height: 500px; background-color: blue;"></ div> 7 <div id="target" style="width: 500px; height: 500px; background-color: blue;"></ div>
8 <div style="width: 300px; height: 300px; position: absolute; left: 20px; top: 40 0px; background-color: purple; z-index:1000"> 8 <div style="width: 300px; height: 300px; position: absolute; left: 20px; top: 40 0px; background-color: purple; z-index:1000">
9 <div style="width:100px; height:100px; position:relative; left:10px; top:10p x; -webkit-transform:translateZ(0); background-color:yellow"></div> 9 <div style="width:100px; height:100px; position:relative; left:10px; top:10p x; transform:translateZ(0); background-color:yellow"></div>
10 </div> 10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698