summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/hello2.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/geckoview/src/androidTest/assets/www/hello2.html')
-rw-r--r--mobile/android/geckoview/src/androidTest/assets/www/hello2.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/mobile/android/geckoview/src/androidTest/assets/www/hello2.html b/mobile/android/geckoview/src/androidTest/assets/www/hello2.html
new file mode 100644
index 0000000000..d03c2d5521
--- /dev/null
+++ b/mobile/android/geckoview/src/androidTest/assets/www/hello2.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <title>Hello, world! Again!</title>
+ </head>
+ <body>
+ <p>Hello, world! Again!</p>
+ </body>
+</html>