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 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git]
/
js
/
xpconnect
/
crashtests
/
833856.html
blob
ca2bfc378f2692840ecfadba00684d8f2e9cfba1
1
<!DOCTYPE
html
>
2
<html
class
=
"reftest-wait"
>
3
<head>
4
<script>
5
function
go
() {
6
window
.
location
=
"javascript: foopy();"
;
7
setTimeout
(
function
(){
document
.
documentElement
.
removeAttribute
(
"class"
);},
0
);
8
}
9
10
</script>
11
</head>
12
<body
onload
=
"go()"
>
13
</body>
14
</html>