summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/webrtc/get_user_media_in_xorigin_frame_ancestor.html
blob: bed446a7da8b479bd923ae8e68666968bdc3b942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<head>
<title>Permissions Test</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
</head>
<body>
  <iframe id="frameAncestor"
    src="https://test2.example.com/browser/browser/base/content/test/webrtc/get_user_media_in_xorigin_frame.html"
    allow="camera 'src' https://test1.example.com;microphone 'src' https://test1.example.com;display-capture 'src' https://test1.example.com"></iframe>
</body>
</html>