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