summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/samples/browser/src/main/assets/extensions/test/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/android-components/samples/browser/src/main/assets/extensions/test/popup.html')
-rw-r--r--mobile/android/android-components/samples/browser/src/main/assets/extensions/test/popup.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/mobile/android/android-components/samples/browser/src/main/assets/extensions/test/popup.html b/mobile/android/android-components/samples/browser/src/main/assets/extensions/test/popup.html
new file mode 100644
index 0000000000..40d1467569
--- /dev/null
+++ b/mobile/android/android-components/samples/browser/src/main/assets/extensions/test/popup.html
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html>
+<!-- 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></head>
+ <body style="font-size: 36px">
+ <h1>Hello world!</h1>
+ <p>This is a browser action default popup.</p>
+ </body>
+</html>