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

Side by Side Diff: tools/perf/page_sets/tough_animation_cases/transform_transitions.html

Issue 11787013: Rename animations pageset to tough_animation_cases (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases/keyframed_animations.html ('k') | no next file » | 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 type="text/css"> 4 <style type="text/css">
5 #animatable { 5 #animatable {
6 position: absolute; 6 position: absolute;
7 left: 0; 7 left: 0;
8 top: 0; 8 top: 0;
9 height: 100px; 9 height: 100px;
10 width: 100px; 10 width: 100px;
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <body> 121 <body>
122 <div id="animatable"><p id="poster">Hi!</p></div> 122 <div id="animatable"><p id="poster">Hi!</p></div>
123 <div id="text"> 123 <div id="text">
124 <p id="from">From:</p> 124 <p id="from">From:</p>
125 <p id="to">To:</p> 125 <p id="to">To:</p>
126 <p id="estimate">Estimate:</p> 126 <p id="estimate">Estimate:</p>
127 </div> 127 </div>
128 </body> 128 </body>
129 </html> 129 </html>
130 130
OLDNEW
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases/keyframed_animations.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698