Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / zero-duration-large-start-delay.html
blobf37be4e021074dcfc6ce4594fd100b5177a27d83
1 <!DOCTYPE html>
2 <style>
3 p {
4 -webkit-animation-name: test;
5 -webkit-animation-fill-mode: backwards;
6 /* Approx 2^54 */
7 -webkit-animation-delay: 18000000000000000s;
9 @-webkit-keyframes test {
10 0% {
13 </style>
14 <script>
15 if (window.testRunner)
16 testRunner.dumpAsText();
17 </script>
18 <body>
19 <p>This tests an animation with zero duration and a very large start delay. See http:://crbug.com/324323.
20 <p>This test passes if it doesn't crash.
21 <body