Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / empty-keyframe-animation-composited.html
blob21960215bad5364fe6cf48f67fa7c53ef75316d0
1 <!DOCTYPE html>
3 <style>
4 p {
5 transform: rotateX(0deg);
6 -webkit-animation: 1s empty;
8 @-webkit-keyframes empty {
10 </style>
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.
15 <script>
16 if (window.testRunner)
17 testRunner.dumpAsText();
18 </script>