chromium/third_party/blink/web_tests/fast/parser/resources/cached-script-document-write.js

if (window.parent.isTestScriptCached) {
    document.write('<div></div>');
    document.body.appendChild(document.createTextNode(document.querySelector('div') ? 'PASS' : 'FAIL'));
}