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

Side by Side Diff: ManualTests/animated-gif-on-compositing-layer.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 <html><head> 1 <html><head>
2 <title>Animated GIF on a compositing layer</title> 2 <title>Animated GIF on a compositing layer</title>
3 <style type="text/css" media="screen"> 3 <style type="text/css" media="screen">
4 .compositing { 4 .compositing {
5 top: 0px; 5 top: 0px;
6 left: 0px; 6 left: 0px;
7 -webkit-transform:translateZ(0); 7 transform:translateZ(0);
8 } 8 }
9 </style> 9 </style>
10 </head><body> 10 </head><body>
11 <p>This test checks that a gif animation can run on a compositing layer. The tes t passes if the gif animation runs.</p> 11 <p>This test checks that a gif animation can run on a compositing layer. The tes t passes if the gif animation runs.</p>
12 <img class="compositing" src="./resources/animated-infinite.gif" /> 12 <img class="compositing" src="./resources/animated-infinite.gif" />
13 </body></html> 13 </body></html>
OLDNEW
« no previous file with comments | « ManualTests/animate-none.html ('k') | ManualTests/animation/animation-direction-reverse-timing-functions-hardware.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698