summaryrefslogtreecommitdiffstats
path: root/dom/base/test/test_embed_xorigin_document.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/test_embed_xorigin_document.html')
-rw-r--r--dom/base/test/test_embed_xorigin_document.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/base/test/test_embed_xorigin_document.html b/dom/base/test/test_embed_xorigin_document.html
index 7d4c29aacf..4566d48534 100644
--- a/dom/base/test/test_embed_xorigin_document.html
+++ b/dom/base/test/test_embed_xorigin_document.html
@@ -12,11 +12,6 @@ const testPath = window.location.href.replace("http://mochi.test:8888", "");
const testDir = testPath.substring(0, testPath.lastIndexOf('/') + 1);
add_task(async function() {
- // FIXME: Remove when bug 1658342 is fixed
- await SpecialPowers.pushPrefEnv({
- set: [["fission.remoteObjectEmbed", true]],
- });
-
info("Loading image in embed");
let embed = document.createElement("embed");
document.body.appendChild(embed);