summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/1157995.html
blob: 5d822c0a687758286f171ff012796eb4f8a4444f (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<body>
  <script>
    // This should not leak.
    var a = navigator;
    navigator.mediaDevices._ = null;
  </script>
</body>