4 testRunner.waitUntilDone();
6 window.onload = function() {
7 requestAnimationFrame(function() {
8 document.querySelector("svg").style.removeProperty("outline");
10 window.testRunner.notifyDone();
14 <svg style="outline: 10px solid red" width="100" height="100">
15 <rect width="100" height="100" fill="green"/>