1
0
Fork 0
firefox/netwerk/test/browser/file_bug968273.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
402 B
HTML

<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=968273
If a load has redirects, reloading the page will load the page starting with the original
URI and do the redirects again.
-->
<head>
<title>Test for Bug 968273</title>
<script>
</script>
</head>
<body>
<div id="frames">
<iframe name="child0" id="myIframe" src="bug968273_redirect.html"></iframe>
</div>
</body>
</html>