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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/events/events-with-short-duration-and-delay.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>Test events when the animation has a short duration and is delayed</tit le> 4 <title>Test events when the animation has a short duration and is delayed</tit le>
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 boxNode.id = 'box'; 42 boxNode.id = 'box';
43 document.body.appendChild(boxNode); 43 document.body.appendChild(boxNode);
44 } 44 }
45 </script> 45 </script>
46 </head> 46 </head>
47 <body> 47 <body>
48 Test events when the animation has a short duration and is delayed. 48 Test events when the animation has a short duration and is delayed.
49 <pre id="result">FAIL: No events received</pre> 49 <pre id="result">FAIL: No events received</pre>
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698