summaryrefslogtreecommitdiffstats
path: root/dom/base
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-30 22:12:53 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-30 22:12:53 +0200
commitb8e6315292839cd8a3263fec9d69555b7202c781 (patch)
tree46af79fff094bb39528e13770ed298aa9bfbc585 /dom/base
parentd45c25971c084ba4afb38cec530f789969d6a338 (diff)
downloadUXP-b8e6315292839cd8a3263fec9d69555b7202c781.tar
UXP-b8e6315292839cd8a3263fec9d69555b7202c781.tar.gz
UXP-b8e6315292839cd8a3263fec9d69555b7202c781.tar.lz
UXP-b8e6315292839cd8a3263fec9d69555b7202c781.tar.xz
UXP-b8e6315292839cd8a3263fec9d69555b7202c781.zip
Bug 1182569: Update tests when converting docshell loads to use AynscOpen2
Diffstat (limited to 'dom/base')
-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;
}