5 transform: rotateX(
0deg);
6 -webkit-animation:
1s test;
8 @-webkit-keyframes test {
14 <p>Tests an animation where all keyframes are empty, applied to an element which is composited.
15 <p>This test passes if it doesn't crash.
18 if (window
.testRunner
)
19 testRunner
.dumpAsText();