4 testRunner.waitUntilDone();
6 window.onload = function() {
7 requestAnimationFrame(function() {
8 document.querySelector("svg").style.backgroundColor = "green";
10 window.testRunner.notifyDone();
14 <svg width="200px" height="100px" viewBox="0 0 100 100" style="background-color: red"></svg>