diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 22:12:53 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 22:12:53 +0200 |
commit | bfe14369c4690d3df85e0ed7579f9efbe02b1a58 (patch) | |
tree | 46af79fff094bb39528e13770ed298aa9bfbc585 /dom/base/test | |
parent | 26a4e1ad38e191c8023c6222b33dd9a2202f97d4 (diff) | |
download | uxp-bfe14369c4690d3df85e0ed7579f9efbe02b1a58.tar.gz |
Bug 1182569: Update tests when converting docshell loads to use AynscOpen2
Diffstat (limited to 'dom/base/test')
-rw-r--r-- | dom/base/test/file_simplecontentpolicy.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/base/test/file_simplecontentpolicy.js b/dom/base/test/file_simplecontentpolicy.js index 1f9606c49d..2727b95306 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; } |