summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/src/androidTest/assets/tab3.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/focus-android/app/src/androidTest/assets/tab3.html')
-rw-r--r--mobile/android/focus-android/app/src/androidTest/assets/tab3.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/mobile/android/focus-android/app/src/androidTest/assets/tab3.html b/mobile/android/focus-android/app/src/androidTest/assets/tab3.html
index fc8c08446c..651afe13c1 100644
--- a/mobile/android/focus-android/app/src/androidTest/assets/tab3.html
+++ b/mobile/android/focus-android/app/src/androidTest/assets/tab3.html
@@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
-<head>
- <meta charset="UTF-8">
+ <head>
+ <meta charset="UTF-8" />
<title>tab3</title>
-</head>
-<body>
-
+ </head>
+ <body>
<h1 id="content">Tab 3</h1>
<a href="tab2.html" id="tab1">Tab 1</a>
@@ -13,8 +12,9 @@
<a href="tab3.html" id="tab2">Tab 2</a>
<p>
- <a href="https://www.youtube.com/c/MozillaChannel/videos">Mozilla Youtube link</a>
+ <a href="https://www.youtube.com/c/MozillaChannel/videos"
+ >Mozilla Youtube link</a
+ >
</p>
-
-</body>
+ </body>
</html>