1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
7 <title>25052 testcase
</title>
8 <style type=
"text/css" media=
"screen">
18 border:
1px solid black;
26 background-color: rgba(
128,
128,
0,
0.2);
34 background-color: blue;
42 background-color: green;
43 -webkit-transition: -webkit-transform
1000s;
47 transform: translate(
0px,
100px);
50 transform: translate(
0px,
100px);
53 <script type=
"text/javascript" charset=
"utf-8">
54 if (window.testRunner)
55 testRunner.waitUntilDone();
59 window.setTimeout(function() {
60 var mover = document.getElementById('mover');
61 mover.className = 'moving';
63 window.setTimeout(function() {
64 if (window.testRunner)
65 testRunner.notifyDone();
71 window.addEventListener('load', startTest, false);
76 <p>Things should not jump around when the green square starts the transition.
</p>
79 <div id=
"hanger"></div>