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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/stability/universal-selector-opacity-inherit-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 <div>This test passes if it does not crash.</div> 1 <div>This test passes if it does not crash.</div>
2 <style> 2 <style>
3 * { 3 * {
4 animation-name: test; 4 animation-name: test;
5 } 5 }
6 @keyframes test { 6 @keyframes test {
7 0% { opacity: inherit; } 7 0% { opacity: inherit; }
8 } 8 }
9 </style> 9 </style>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698