2 <div id=
"div" style=
"width: 100px; height: 100px; background-color: red"></div>
4 // For manual testing in browser when cross frame scripting is not allowed.
5 if (!window
.testRunner
) {
6 setTimeout(function() {
7 document
.getElementById('div').style
.backgroundColor
= 'green';