blob: 6a43faec51071fec146390475adcd12bad3d23a6 [file] [log] [blame] [edit]
<script>
onload = opener.t.step_func_done(function() {
document.write("<body>Filler Text<div id='log'></div>");
opener.assert_equals(document.body.textContent, "Filler Text");
});
</script>
<body>FAIL