blob: f60e97a3b84008d15e84390a6559f0bf668b801c [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
{
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function runTest() {
brElement = document.getElementById('test');
document.open();
setTimeout(function () {
document.appendChild(brElement);
alert('PASS');
if (window.testRunner)
testRunner.notifyDone();
}, 0);
}
</script>
</head>
<body onload="runTest()">
<br id='test'>
</body>
</html>