mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +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://sub1.test1.example.org/tests/dom/tests/mochitest/whatwg/postMessage_joine
|
|||
-->
|
||||
<head>
|
||||
<title>postMessage joined domains, inner frame</title>
|
||||
<script type="application/javascript" src="browserFu.js"></script>
|
||||
<script type="application/javascript">
|
||||
function receiveMessage(evt)
|
||||
{
|
||||
|
|
@ -42,11 +41,6 @@ http://sub1.test1.example.org/tests/dom/tests/mochitest/whatwg/postMessage_joine
|
|||
response += " location(" + window.location.href + ")";
|
||||
}
|
||||
|
||||
if (isMozilla && evt.isTrusted === true)
|
||||
{
|
||||
response += " unexpected-trusted-event";
|
||||
}
|
||||
|
||||
var origin;
|
||||
if (data == "subframe-test-finished")
|
||||
origin = "http://example.org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue