blob: c5c1b8094ba69038f4b94503e44022e6eb1c8c99 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
// Suppress usage of cached credentials from other tests by randomizing the domain.
var token = (Math.random() * (1 << 30) | 0);
var script = document.createElement('script');
script.src = `http://wut${token}.test:8000/inspector-protocol/network/resources/unauthorised.pl`;
document.head.appendChild(script);
</script>
</head>
</html>