summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/file_trackingUI_6.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/general/file_trackingUI_6.html')
-rw-r--r--browser/base/content/test/general/file_trackingUI_6.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/browser/base/content/test/general/file_trackingUI_6.html b/browser/base/content/test/general/file_trackingUI_6.html
deleted file mode 100644
index 52e1ae63f..000000000
--- a/browser/base/content/test/general/file_trackingUI_6.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="UTF-8">
- <title>Testing the shield from fetch and XHR</title>
-</head>
-<body>
- <p>Hello there!</p>
- <script type="application/javascript; version=1.8">
- function test_fetch() {
- let url = "http://trackertest.org/browser/browser/base/content/test/general/file_trackingUI_6.js";
- return fetch(url);
- }
- </script>
-</body>
-</html>