| <title>Tests that an element with an animation whose keyframes affect stacking context creates stacking context throughout the animation.</title> |
| background-color: orange; |
| <script src="resources/animation-test-helpers.js" type="text/javascript"></script> |
| <script type="text/javascript"> |
| // [animation-name, time, element-id, property, expected-value, tolerance] |
| ["move", 0.5, "animating", "z-index", 0, 0], |
| var disablePauseAPI = false; |
| runAnimationTest(expectedValues, null, undefined, disablePauseAPI, doPixelTest); |
| <div class="behind box"></div> |
| <div id="animating" class="box"> |
| <div class="front box"></div> |