mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Issue #2534 - Part 2: Update tests
This commit is contained in:
parent
fb16b1b4ae
commit
af227c4574
16 changed files with 4 additions and 54 deletions
|
|
@ -5,7 +5,6 @@ http://example.org/tests/dom/tests/mochitest/whatwg/postMessage_joined_helper2.h
|
|||
-->
|
||||
<head>
|
||||
<title>postMessage joined domains, innermost frame</title>
|
||||
<script type="application/javascript" src="browserFu.js"></script>
|
||||
<script type="application/javascript">
|
||||
function receiveMessage(evt)
|
||||
{
|
||||
|
|
@ -27,12 +26,6 @@ http://example.org/tests/dom/tests/mochitest/whatwg/postMessage_joined_helper2.h
|
|||
response += " location(" + window.location.href + ")";
|
||||
}
|
||||
|
||||
if (isMozilla)
|
||||
{
|
||||
if (evt.isTrusted !== false)
|
||||
response += " unexpected-trusted-event";
|
||||
}
|
||||
|
||||
if (evt.source !== window.parent)
|
||||
{
|
||||
response += " unexpected-source(" + evt.source + ")";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue