4 <title>Check to disappear the afterimage after changing the style of an img tag.
</title>
5 <style type=
"text/css">
8 transform: translate3d
(0, 0, 0);
14 transform: translate3d
(0, 0, 0);
19 transform: scale
(2.0);
26 <div class=
"cell magnify" id=
"cell">
27 <img src=
"resources/simple_image.png">
31 <script type=
"text/javascript">
32 function updateStack()
34 var cell
= document
.getElementById("cell");
35 cell
.className
= "cell";
37 setTimeout(function() {
38 if (window
.testRunner
) {
39 window
.testRunner
.notifyDone();
44 window
.onload = function ()
46 if (window
.testRunner
) {
47 window
.testRunner
.dumpAsTextWithPixelResults();
48 window
.testRunner
.waitUntilDone();
51 setTimeout(function() {