1
0
Fork 0
firefox/security/manager/ssl/tests/mochitest/mixedcontent/backward.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

18 lines
319 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">
"use strict";
window.onload = function()
{
window.setTimeout(function()
{
SpecialPowers.wrap(window).docShell
.QueryInterface(SpecialPowers.Ci.nsIWebNavigation)
.goBack();
}, 100);
};
</script>
</head>
</html>