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 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git]
/
layout
/
printing
/
crashtests
/
1663722.html
blob
cd7a32a317715f1b1530deae7b33413dbbf0a190
1
<html
class
=
"reftest-wait"
>
2
<head>
3
<script>
4
document
.
addEventListener
(
"DOMContentLoaded"
, () => {
5
const
proxy
=
SpecialPowers
.
wrap
(
self
).
printPreview
();
6
proxy
.
sizeToContent
();
7
setTimeout
(
function
() {
8
proxy
.
close
();
9
document
.
documentElement
.
className
=
""
;
10
},
0
);
11
})
12
</script>
13
</head>
14
</html>