| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| "http://www.w3.org/TR/html4/loose.dtd"> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <title>25052 testcase</title> |
| <style type="text/css" media="screen"> |
| background-color: rgba(128, 128, 0, 0.2); |
| -webkit-transition: -webkit-transform 1000s; |
| -webkit-transform: translate(0px, 100px); |
| -webkit-transform: translate(0px, 100px); |
| <script type="text/javascript" charset="utf-8"> |
| testRunner.waitUntilDone(); |
| window.setTimeout(function() { |
| var mover = document.getElementById('mover'); |
| mover.className = 'moving'; |
| window.setTimeout(function() { |
| window.addEventListener('load', startTest, false); |
| <p>Things should not jump around when the green square starts the transition.</p> |