summaryrefslogtreecommitdiff
path: root/toolkit/identity/tests/chrome/sandbox_content_framed.html
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-25 15:07:00 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:55:19 +0200
commit9187b59661a02eec50fc408a8e7ed8ac7326b3f7 (patch)
tree5ef4ce17db83c74d7b05ec12c8f59e095a6dd5bd /toolkit/identity/tests/chrome/sandbox_content_framed.html
parente4a0e24286960e20dfd982944de8c79d44ecbf12 (diff)
downloaduxp-9187b59661a02eec50fc408a8e7ed8ac7326b3f7.tar.gz
Issue mcp-graveyard/UXP#439 - Remove tests from toolkit/
Diffstat (limited to 'toolkit/identity/tests/chrome/sandbox_content_framed.html')
-rw-r--r--toolkit/identity/tests/chrome/sandbox_content_framed.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/toolkit/identity/tests/chrome/sandbox_content_framed.html b/toolkit/identity/tests/chrome/sandbox_content_framed.html
deleted file mode 100644
index 72b0c49d0e..0000000000
--- a/toolkit/identity/tests/chrome/sandbox_content_framed.html
+++ /dev/null
@@ -1,17 +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 testing blocked content in an iframe inside the Sandbox</title>
-
-</head>
-
-<body>
-
-<iframe src="sandbox_content.html"></iframe>
-
-</body>
-
-</html>