summaryrefslogtreecommitdiffstats
path: root/toolkit/identity/tests/chrome/sandbox_content_alert.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/identity/tests/chrome/sandbox_content_alert.html')
-rw-r--r--toolkit/identity/tests/chrome/sandbox_content_alert.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/toolkit/identity/tests/chrome/sandbox_content_alert.html b/toolkit/identity/tests/chrome/sandbox_content_alert.html
deleted file mode 100644
index f07308e84..000000000
--- a/toolkit/identity/tests/chrome/sandbox_content_alert.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
-<head>
-<meta charset="utf-8">
-<title>Page creating an alert inside the Sandbox</title>
-
-<script>
-
-alert("The user shouldn't see this");
-
-</script>
-
-</head>
-
-<body>
-
-</body>
-</html>