summaryrefslogtreecommitdiffstats
path: root/dom/base
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-22 22:02:20 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-22 22:02:20 +0200
commitb73225e886f84182384a2b5b09f83e51501bdc38 (patch)
tree28f6401037905fce787f6be8929ade1ec86e3f69 /dom/base
parent5b0f4649b3fee771379af60ec04d43b8a525cf80 (diff)
downloadUXP-b73225e886f84182384a2b5b09f83e51501bdc38.tar
UXP-b73225e886f84182384a2b5b09f83e51501bdc38.tar.gz
UXP-b73225e886f84182384a2b5b09f83e51501bdc38.tar.lz
UXP-b73225e886f84182384a2b5b09f83e51501bdc38.tar.xz
UXP-b73225e886f84182384a2b5b09f83e51501bdc38.zip
Bug 1182569: Update tests when converting docshell loads to use AynscOpen2
native in moebius
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;
}