webrtc-allowed-nopolicy.html (340B)
1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <title>webrtc allowed with no policy</title> 6 <script src="/resources/testharness.js"></script> 7 <script src="/resources/testharnessreport.js"></script> 8 <script src="webrtc.js"></script> 9 </head> 10 11 <body> 12 <script> 13 expectAllow(); 14 </script> 15 <div id="log"></div> 16 </body> 17 18 </html>