chromium/third_party/blink/web_tests/http/tests/security/resources/has-custom-property.html

<script>
document.write(window.myProp ? "PASS" : "FAIL, no myProp found")
if (window.testRunner)
    testRunner.notifyDone();

</script>