This test uses a custom harness that is currently broken when used with Fission. More specifically, it attempts to access a Window's wrappedJSObject with `eval` in a content task [1]. We'll need to rewrite this harness entirely. [1] https://searchfox.org/mozilla-central/rev/9df2ccc256fe54c314b34e52920471a0d04b283e/dom/ipc/tests/browser_domainPolicy.js#54-61
Bug 1592596 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This test uses a custom harness that is currently broken when used with Fission. More specifically, it attempts to access a Window's wrappedJSObject with `eval` in a content task [1] (and probably does other Fission-incompatible things). We'll need to rewrite this harness entirely. [1] https://searchfox.org/mozilla-central/rev/9df2ccc256fe54c314b34e52920471a0d04b283e/dom/ipc/tests/browser_domainPolicy.js#54-61
This test uses a custom harness that is currently broken when used with Fission. We'll need to rewrite this harness entirely.