| <body style="background-color: green;"> |
| <!-- This test should not assert in WebKit2, nor should it show flashing if you load it manually. --> |
| if (window.layoutTestController) { |
| layoutTestController.dumpAsText(); |
| layoutTestController.waitUntilDone(); |
| var intervalID = window.setInterval(function() { |
| var target = document.getElementById("target"); |
| target.style.webkitTransform = "translateZ(0)"; |
| target.style.removeProperty("-webkit-transform"); |
| window.clearInterval(intervalID); |
| if (window.layoutTestController) |
| layoutTestController.notifyDone(); |