mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 17:07:31 +09:00
Issue #2197 - Part 2d: Implement PostMessageOptions for Window
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1502802
This commit is contained in:
parent
4d58139fe1
commit
4174037d8a
4 changed files with 23 additions and 7 deletions
|
|
@ -383,13 +383,6 @@ var tests =
|
|||
|
||||
hasWrongReturnOriginBug: true
|
||||
},
|
||||
// 55
|
||||
{
|
||||
args: ["NOT-RECEIVED", undefined],
|
||||
source: "sameDomain",
|
||||
name: "SyntaxError",
|
||||
code: DOMException.SYNTAX_ERR
|
||||
},
|
||||
];
|
||||
|
||||
function allTests(callback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue