fune/browser/base/content/test/fullscreen/fullscreen_frame.html
Thomas Nguyen 18482671c9 Bug 1595720 - Disable fullscreen in third party by default r=baku
Differential Revision: https://phabricator.services.mozilla.com/D54194

--HG--
extra : moz-landing-system : lando
2019-12-02 16:01:09 +00:00

9 lines
319 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<iframe id="frameAllowed"
src="https://example.org/browser/browser/base/content/test/fullscreen/fullscreen.html"
allowfullscreen></iframe>
<iframe id="frameDenied" src="https://example.org/browser/browser/base/content/test/fullscreen/fullscreen.html"></iframe>
</body>
</html>