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

Side by Side Diff: LayoutTests/css3/filters/remove-filter-repaint-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 <title>filter-bug</title> 4 <title>filter-bug</title>
5 <style> 5 <style>
6 .backdrop { 6 .backdrop {
7 position: absolute; 7 position: absolute;
8 top: 0; 8 top: 0;
9 left: 0; 9 left: 0;
10 height: 100px; 10 height: 100px;
(...skipping 10 matching lines...) Expand all
21 background: gray; 21 background: gray;
22 box-shadow: 0 0 4px black; 22 box-shadow: 0 0 4px black;
23 } 23 }
24 24
25 .play { 25 .play {
26 font-size: 36pt; 26 font-size: 36pt;
27 background-color: navy; 27 background-color: navy;
28 color: white; 28 color: white;
29 } 29 }
30 .composited { 30 .composited {
31 -webkit-transform: translateZ(0); 31 transform: translateZ(0);
32 } 32 }
33 </style> 33 </style>
34 </head> 34 </head>
35 <body> 35 <body>
36 <div class="composited backdrop"></div> 36 <div class="composited backdrop"></div>
37 <div class="overlay"> 37 <div class="overlay">
38 <span id="play" class="play changed">this should be 38 <span id="play" class="play changed">this should be
39 visible</span> 39 visible</span>
40 </div> 40 </div>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/filters/remove-filter-repaint.html ('k') | LayoutTests/css3/images/cross-fade-background-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698