blob: 43c7adb4d4dcc151ba0da94c935cc6ff55dba02f [file] [log] [blame]
<!doctype html>
<title>document.write script</title>
<script src="/resources/testharness.js"></script><script src="/resources/testharnessreport.js"></script>
<script>
var t = async_test();
t.step(function() {
document.write("<script>t.done();<"+"/script>");
});
</script>
<div id="log"></div>