blob: 2c1f33b16211fdab8104ff706ed9cf54d28642ba [file] [log] [blame] [edit]
<script src="/js-test-resources/js-test-pre.js"></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpFrameLoadCallbacks();
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>