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
/
603858-1.html
blob
8a48bbda820f14ef87f0eeaf337c727f9ca0eb22
1
<!DOCTYPE
html
>
2
<html
class
=
"reftest-wait"
>
3
<script>
4
if
(
typeof
window
.
XML
===
'function'
)
5
setTimeout
(
XML
,
0
);
6
setTimeout
(
function
(){
document
.
documentElement
.
removeAttribute
(
"class"
);},
0
);
7
</script>
8
</html>