Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / empty-keyframes-composited.html
blob30a3dcb8bba5331ed13be641802b31b18dfb5ff8
1 <!DOCTYPE html>
3 <style>
4 p {
5 transform: rotateX(0deg);
6 -webkit-animation: 1s test;
8 @-webkit-keyframes test {
9 0% {
12 </style>
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.
17 <script>
18 if (window.testRunner)
19 testRunner.dumpAsText();
20 </script>