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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/empty-keyframe-animation-composited.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 <!DOCTYPE html>
2
3 <style>
4 p {
5 transform: rotateX(0deg);
6 animation: 1s empty;
7 }
8 @keyframes empty {
9 }
10 </style>
11
12 <p>Tests an animation with no keyframes, applied to an element which is composit ed.
13 <p>This test passes if it doesn't crash.
14
15 <script>
16 if (window.testRunner)
17 testRunner.dumpAsText();
18 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698