blob: 4956d19a0b6f1e47c4b6cd0db6641494ef37e64f [file] [log] [blame]
<script src="/js-test-resources/js-test-pre.js"></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setHandlesAuthenticationChallenges(false);
if (testRunner.setShouldLogCanAuthenticateAgainstProtectionSpace) {
testRunner.setShouldLogCanAuthenticateAgainstProtectionSpace(true);
testRunner.waitUntilDone();
}
}
function runtest() {
setTimeout(()=>{
fetch("resources/oauth-subresource.py").then(()=>{
if (window.testRunner)
testRunner.notifyDone();
});
}, 0);
}
</script>
<body onload="runtest()"></body>