summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_simplecontentpolicy.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_simplecontentpolicy.js')
-rw-r--r--dom/base/test/file_simplecontentpolicy.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/base/test/file_simplecontentpolicy.js b/dom/base/test/file_simplecontentpolicy.js
index 1f9606c49..2727b9530 100644
--- a/dom/base/test/file_simplecontentpolicy.js
+++ b/dom/base/test/file_simplecontentpolicy.js
@@ -39,7 +39,6 @@ var policy = {
{
// Remember last content type seen for the test url
if (contentLocation.spec.endsWith(urlSuffix)) {
- assert.ok(frame === browserElement, "correct <browser> element");
sendAsyncMessage("shouldLoad", {contentType: contentType, isTopLevel: isTopLevel});
return Ci.nsIContentPolicy.REJECT_REQUEST;
}