fullscreen_frame.html (319B)
1 <!DOCTYPE HTML> 2 <html> 3 <body> 4 <iframe id="frameAllowed" 5 src="https://example.org/browser/browser/base/content/test/fullscreen/fullscreen.html" 6 allowfullscreen></iframe> 7 <iframe id="frameDenied" src="https://example.org/browser/browser/base/content/test/fullscreen/fullscreen.html"></iframe> 8 </body> 9 </html>