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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/stability/animation-end-event-destroy-renderer.html

Issue 2966953002: Move animations crash tests to subdirectory (Closed)
Patch Set: Rename crash-tests/ to stability/ 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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Destroy and Hide Element in Animation End Event</title> 3 <title>Destroy and Hide Element in Animation End Event</title>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 .box { 5 .box {
6 height: 100px; 6 height: 100px;
7 width: 100px; 7 width: 100px;
8 margin: 10px; 8 margin: 10px;
9 background-color: blue; 9 background-color: blue;
10 animation-duration: 0.2s; 10 animation-duration: 0.2s;
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 <p>Tests element removal and hiding within the animationend event handler. Shoul d not crash.</p> 61 <p>Tests element removal and hiding within the animationend event handler. Shoul d not crash.</p>
62 62
63 <div id="container"> 63 <div id="container">
64 <div id="box1" class="box"></div> 64 <div id="box1" class="box"></div>
65 <div id="box2" class="box"></div> 65 <div id="box2" class="box"></div>
66 </div> 66 </div>
67 <div id="results"></div> 67 <div id="results"></div>
68 </body> 68 </body>
69 </html> 69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698