repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git]
/
security
/
manager
/
ssl
/
tests
/
mochitest
/
mixedcontent
/
backward.html
blob
8699a07ddad36191322fec46c790f5feba001b0b
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<script
type
=
"text/javascript"
>
5
"use strict"
;
6
window
.
onload
=
function
()
7
{
8
window
.
setTimeout
(
function
()
9
{
10
SpecialPowers
.
wrap
(
window
).
docShell
11
.
QueryInterface
(
SpecialPowers
.
Ci
.
nsIWebNavigation
)
12
.
goBack
();
13
},
100
);
14
};
15
16
</script>
17
</head>
18
</html>