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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/events/animation-iteration-event-short-iterations.html

Issue 2976603002: Move animation event tests to subdirectory (Closed)
Patch Set: Created 3 years, 5 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>Tests that iteration events are fired when the duration is very short.< /title> 4 <title>Tests that iteration events are fired when the duration is very short.< /title>
5 <style> 5 <style>
6 #box { 6 #box {
7 position: relative; 7 position: relative;
8 left: 100px; 8 left: 100px;
9 top: 10px; 9 top: 10px;
10 height: 100px; 10 height: 100px;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 boxNode.id = 'box'; 52 boxNode.id = 'box';
53 document.body.appendChild(boxNode); 53 document.body.appendChild(boxNode);
54 } 54 }
55 </script> 55 </script>
56 </head> 56 </head>
57 <body> 57 <body>
58 Tests that iteration events are fired when the duration is very short. 58 Tests that iteration events are fired when the duration is very short.
59 <pre id="result">FAIL: No animationend event received</pre> 59 <pre id="result">FAIL: No animationend event received</pre>
60 </body> 60 </body>
61 </html> 61 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698