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

Side by Side Diff: LayoutTests/compositing/sub-layer-focus-ring-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 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 .composited { 5 .composited {
6 -webkit-transform: translateZ(0); 6 transform: translateZ(0);
7 } 7 }
8 8
9 .outer { 9 .outer {
10 position: absolute; 10 position: absolute;
11 width: 500px; 11 width: 500px;
12 height: 300px; 12 height: 300px;
13 top: 60px; 13 top: 60px;
14 left: 100px; 14 left: 100px;
15 background-color: yellow; 15 background-color: yellow;
16 } 16 }
(...skipping 14 matching lines...) Expand all
31 <body> 31 <body>
32 <!-- Still let outer layer composited to avoid the minor edge pixel diffs. --> 32 <!-- Still let outer layer composited to avoid the minor edge pixel diffs. -->
33 <div class="composited outer"> 33 <div class="composited outer">
34 <div class="outlined"> 34 <div class="outlined">
35 <div class="inner"></div> 35 <div class="inner"></div>
36 </div> 36 </div>
37 </div> 37 </div>
38 </body> 38 </body>
39 </html> 39 </html>
40 40
OLDNEW
« no previous file with comments | « LayoutTests/compositing/sub-layer-focus-ring.html ('k') | LayoutTests/compositing/text-on-large-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698