Issue #2534 - Part 2: Update tests

This commit is contained in:
Moonchild 2024-06-23 18:11:22 +02:00 • committed by roytam1
commit af227c4574
16 changed files with 4 additions and 54 deletions

View file

@ -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";