mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47: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
|
|
@ -2,7 +2,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>postMessage message receiver</title>
|
||||
<script type="application/javascript" src="browserFu.js"></script>
|
||||
<script type="application/javascript">
|
||||
function $(id) { return document.getElementById(id); }
|
||||
|
||||
|
|
@ -26,12 +25,6 @@
|
|||
response += " location(" + window.location.href + ")";
|
||||
}
|
||||
|
||||
if (isMozilla)
|
||||
{
|
||||
if (evt.isTrusted !== false)
|
||||
response += " unexpected-trusted";
|
||||
}
|
||||
|
||||
if (evt.type != "message")
|
||||
response += " wrong-type(" + evt.type + ")";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue