5 transform: rotateX(
0deg);
6 -webkit-animation:
1s empty;
8 @-webkit-keyframes empty {
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.
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();