summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/androidTest/assets/pages/cross-site-cookies.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/androidTest/assets/pages/cross-site-cookies.html')
-rw-r--r--mobile/android/fenix/app/src/androidTest/assets/pages/cross-site-cookies.html20
1 files changed, 12 insertions, 8 deletions
diff --git a/mobile/android/fenix/app/src/androidTest/assets/pages/cross-site-cookies.html b/mobile/android/fenix/app/src/androidTest/assets/pages/cross-site-cookies.html
index 8b81b3b3f4..1dc01c669a 100644
--- a/mobile/android/fenix/app/src/androidTest/assets/pages/cross-site-cookies.html
+++ b/mobile/android/fenix/app/src/androidTest/assets/pages/cross-site-cookies.html
@@ -1,15 +1,19 @@
<html>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ <!-- 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/. -->
-<!-- This asset is using the code behind
+ <!-- This asset is using the code behind
- https://www.mozilla-anti-tracking.com/test/dfpi/storage_access_api.html
- test page.
- Source repository: https://github.com/mozilla/anti-tracking-test-pages -->
-<body>
-<h2>Cross-site cookies storage access test</h2>
-<h3>anti-tracker-test.com</h3>
-<h4>different site, cross-origin iframe</h4>
-<iframe width=500 height=1000 src="https://mozilla-mobile.github.io/testapp/anti-tracker-test_set_storage_with_sa_api.html"></iframe>
-</body>
+ <body>
+ <h2>Cross-site cookies storage access test</h2>
+ <h3>anti-tracker-test.com</h3>
+ <h4>different site, cross-origin iframe</h4>
+ <iframe
+ width="500"
+ height="1000"
+ src="https://mozilla-mobile.github.io/testapp/anti-tracker-test_set_storage_with_sa_api.html"
+ ></iframe>
+ </body>
</html>