summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/tabs/page_with_iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/tabs/page_with_iframe.html')
-rw-r--r--browser/base/content/test/tabs/page_with_iframe.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/browser/base/content/test/tabs/page_with_iframe.html b/browser/base/content/test/tabs/page_with_iframe.html
new file mode 100644
index 0000000000..5d821cf980
--- /dev/null
+++ b/browser/base/content/test/tabs/page_with_iframe.html
@@ -0,0 +1,12 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ - You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<html>
+ <head>
+ <title>This page has an iFrame</title>
+ </head>
+ <body>
+ <iframe id="hidden-iframe" style="visibility: hidden;" src="https://example.com/another/site"></iframe>
+ </body>
+</html>