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>Initial backing position
</title>
8 <style type=
"text/css" media=
"screen">
13 border:
1px solid black;
23 background-color: gray;
32 background-color: green;
36 transform: translate3d(
0,
0,
0);
40 transform: translate3d(
0,
0,
0);
44 <script type=
"text/javascript" charset=
"utf-8">
45 if (window.testRunner)
46 testRunner.waitUntilDone();
50 window.setTimeout(function() {
51 var mover = document.getElementById('piece');
52 mover.className = 'moved';
54 window.setTimeout(function() {
55 if (window.testRunner)
56 testRunner.notifyDone();
62 window.addEventListener('load', startTest, false);
68 <div id=
"piece"></div>
69 <div id=
"panel"></div>
71 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=26430">https://bugs.webkit.org/show_bug.cgi?id=
26430</a></p>
72 <p>Green box should not move when hovered
</p>