jhoneycutt@apple.com | 58632eb | 2015-10-06 18:39:21 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | |||||
3 | <style> | ||||
4 | p { | ||||
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> | ||||
16 | if (window.testRunner) | ||||
17 | testRunner.dumpAsText(); | ||||
18 | </script> |