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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/stability/pseudo-element-animation-with-marker-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 <style> 1 <style>
2 @keyframes test { 0% { marker: url("crash"); } } 2 @keyframes test { 0% { marker: url("crash"); } }
3 body:before { animation-name: test; } 3 body:before { animation-name: test; }
4 </style> 4 </style>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.testRunner)
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 </script> 8 </script>
9 Test passes if it doesn't crash. 9 Test passes if it doesn't crash.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698