blob: 97701a20e6b6824932653041e6566e068023c7d7 [file] [log] [blame]
<head>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function runTest()
{
document.getElementById("target").style.backgroundColor = "lightpink";
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body onload="setTimeout(runTest, 0);">
<button id="target" style="height: 100px; width: 100px; background-color: lightblue; border: none;">&nbsp;</button>
</body>