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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-color-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
(Empty)
1 <style>
2 @keyframes A { 0% { color: red; } }
3 a:before, b:before { animation-name: A; }
4 </style>
5 <a href="#"><b></b></a>
6
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 Test passes if it doesn't crash.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698