summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/fullscreen/fullscreen_frame.html
blob: ca1b1a4dd8186e6c79928e0ce42f56c52bd520b7 (plain)
1
2
3
4
5
6
7
8
9
<!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>