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