summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_automation.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_automation.html')
-rw-r--r--mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_automation.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_automation.html b/mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_automation.html
new file mode 100644
index 0000000000..61b81cf563
--- /dev/null
+++ b/mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_automation.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ </head>
+ <body>
+ Some stuff
+ <iframe
+ src="http://example.org/tests/junit/simple_redirect.sjs?http://example.org"
+ ></iframe>
+ </body>
+</html>