summaryrefslogtreecommitdiffstats
path: root/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_xrprompt_page.html
blob: 4330785df27b189afa10c1ef6d0a0f4e671a4ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>XR invoker</title>
  </head>
  <body>
    <script type="text/javascript">
      navigator.getVRDisplays();
    </script>
  </body>
</html>