Issue #2197 - Part 2d: Implement PostMessageOptions for Window

Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1502802
This commit is contained in:
FranklinDM 2023-04-07 16:02:34 +08:00 committed by roytam1
commit 4174037d8a
4 changed files with 23 additions and 7 deletions

View file

@ -383,13 +383,6 @@ var tests =
hasWrongReturnOriginBug: true
},
// 55
{
args: ["NOT-RECEIVED", undefined],
source: "sameDomain",
name: "SyntaxError",
code: DOMException.SYNTAX_ERR
},
];
function allTests(callback)