summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/androidTest/assets/pages/externalLinks.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/androidTest/assets/pages/externalLinks.html')
-rw-r--r--mobile/android/fenix/app/src/androidTest/assets/pages/externalLinks.html34
1 files changed, 18 insertions, 16 deletions
diff --git a/mobile/android/fenix/app/src/androidTest/assets/pages/externalLinks.html b/mobile/android/fenix/app/src/androidTest/assets/pages/externalLinks.html
index 755d15ac84..88652d283f 100644
--- a/mobile/android/fenix/app/src/androidTest/assets/pages/externalLinks.html
+++ b/mobile/android/fenix/app/src/androidTest/assets/pages/externalLinks.html
@@ -1,29 +1,31 @@
<!DOCTYPE html>
<html>
-<head>
+ <head>
<title>Html_Control_Form</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
-</head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width" />
+ </head>
-<p>Misc Link Types</p>
-<section>
+ <p>Misc Link Types</p>
+ <section>
<a href="mailto://example@example.com">Email link</a>
-</section>
+ </section>
-<section>
+ <section>
<a href="tel://1234567890">Telephone link</a>
-</section>
+ </section>
-<section>
+ <section>
<a href="vnd.youtube://@Mozilla">Youtube schema link</a>
-</section>
+ </section>
-<section>
+ <section>
<a href="https://m.youtube.com/user/mozilla?cbrd=1">Youtube full link</a>
-</section>
+ </section>
-<section>
- <a href="http://play.google.com/store/apps/details?id=org.mozilla.firefox">Playstore link</a>
-</section>
+ <section>
+ <a href="http://play.google.com/store/apps/details?id=org.mozilla.firefox"
+ >Playstore link</a
+ >
+ </section>
</html>