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 1660051 [wpt PR 25111] - Origin isolation: expand getter test coverage, a=testonly
[gecko.git]
/
dom
/
base
/
crashtests
/
1157995.html
blob
5d822c0a687758286f171ff012796eb4f8a4444f
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<script>
5
// This should not leak.
6
var
a
=
navigator
;
7
navigator
.
mediaDevices
.
_
=
null
;
8
</script>
9
</body>