summaryrefslogtreecommitdiffstats
path: root/mobile/android/tests/browser/robocop/robocop_link_to_slow_loading.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/tests/browser/robocop/robocop_link_to_slow_loading.html')
-rw-r--r--mobile/android/tests/browser/robocop/robocop_link_to_slow_loading.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/mobile/android/tests/browser/robocop/robocop_link_to_slow_loading.html b/mobile/android/tests/browser/robocop/robocop_link_to_slow_loading.html
new file mode 100644
index 000000000..45e487c2a
--- /dev/null
+++ b/mobile/android/tests/browser/robocop/robocop_link_to_slow_loading.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+ <title>Link</title>
+ <meta name="viewport" content="initial-scale=1.0"/>
+ <meta charset="utf-8">
+</head>
+<body style="margin: 0; padding: 0">
+<div style="text-align: center; margin: 0; padding: 0">
+ <a style="font-size: 60px" href="robocop_slow_loading.html">Slow Loading Page</a>
+</div>
+</body>
+</html>