Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
id="main"↩
class="reftest-wait"
style="background-color: red;"↩
onload="HandleLoad()">↩
<script>↩
function HandleLoad() {↩
setTimeout(function() {↩
document.documentElement.style.backgroundColor = "green";↩
document.documentElement.className = "";↩
}, 100);↩
}↩
</script>↩
</window>