Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git] / security / manager / ssl / tests / mochitest / mixedcontent / backward.html
blob8699a07ddad36191322fec46c790f5feba001b0b
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script type="text/javascript">
5 "use strict";
6 window.onload = function()
8 window.setTimeout(function()
10 SpecialPowers.wrap(window).docShell
11 .QueryInterface(SpecialPowers.Ci.nsIWebNavigation)
12 .goBack();
13 }, 100);
16 </script>
17 </head>
18 </html>