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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/stability/body-removal-crash.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 id="b"> 2 <head id="b">
3 <style id="a" type="text/css" media="screen"> 3 <style id="a" type="text/css" media="screen">
4 #box { 4 #box {
5 animation-duration: 2s; 5 animation-duration: 2s;
6 animation-timing-function: linear; 6 animation-timing-function: linear;
7 animation-name: anim; 7 animation-name: anim;
8 background-color: blue; 8 background-color: blue;
9 width: 100px; 9 width: 100px;
10 height: 100px; 10 height: 100px;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 testRunner.notifyDone(); 43 testRunner.notifyDone();
44 } 44 }
45 45
46 if (window.testRunner) { 46 if (window.testRunner) {
47 testRunner.dumpAsText(); 47 testRunner.dumpAsText();
48 testRunner.waitUntilDone(); 48 testRunner.waitUntilDone();
49 } 49 }
50 50
51 crash(); 51 crash();
52 </script> 52 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698