blob: 21960215bad5364fe6cf48f67fa7c53ef75316d0 [file] [log] [blame]
jhoneycutt@apple.com58632eb2015-10-06 18:39:21 +00001<!DOCTYPE html>
2
3<style>
4p {
5 transform: rotateX(0deg);
6 -webkit-animation: 1s empty;
7}
8@-webkit-keyframes empty {
9}
10</style>
11
12<p>Tests an animation with no keyframes, applied to an element which is composited.
13<p>This test passes if it doesn't crash.
14
15<script>
16if (window.testRunner)
17 testRunner.dumpAsText();
18</script>