Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>