blob: 7d6351944647ee296d2822e8a3c51518ba89b70a [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
var url = new URL(location.href);
var path = url.pathname.replace('load-web-archive-1.html', 'helloworld.webarchive');
url.pathname = path;
url.host = 'test';
document.location.href = url.href;
</script>
</html>