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

Side by Side Diff: LayoutTests/animations/change-transform-style-during-animation.html

Issue 10310152: Merge 116786 - [chromium] Ensure that animations continue to run when transform-style is changed (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/animations/change-transform-style-during-animation-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #container { 5 #container {
6 -webkit-transform: translateZ(0px); 6 -webkit-transform: translateZ(0px);
7 -webkit-perspective: 400; 7 -webkit-perspective: 400;
8 } 8 }
9 9
10 #revealed { 10 #revealed {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 </head> 74 </head>
75 <body onload="startTest()"> 75 <body onload="startTest()">
76 <!-- Test for DRT pauseAnimationAtTimeOnElementWithId() API on animations with multiple keyframes --> 76 <!-- Test for DRT pauseAnimationAtTimeOnElementWithId() API on animations with multiple keyframes -->
77 <div id="container"> 77 <div id="container">
78 <div id="revealed"></div> 78 <div id="revealed"></div>
79 <div id="animated"></div> 79 <div id="animated"></div>
80 </div> 80 </div>
81 <div id="result"></div> 81 <div id="result"></div>
82 </body> 82 </body>
83 </html> 83 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/animations/change-transform-style-during-animation-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698