icecat: update upstream v128.13.0-1gnu1
This commit is contained in:
parent
a8d305c270
commit
0cdda4f34e
51 changed files with 5487 additions and 4614 deletions
|
|
@ -7,7 +7,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=353334
|
|||
<title>Test for Bug 353334</title>
|
||||
<script src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
|
||||
<script>var x = "PASS"</script>
|
||||
</head>
|
||||
<body>
|
||||
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=353334">Mozilla Bug 353334</a>
|
||||
|
|
@ -16,8 +15,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=353334
|
|||
<object id="two" data="about:blank"></object>
|
||||
<iframe id="three" srcdoc="<body>test</body>"></iframe>
|
||||
<object id="four" data="object_bug353334.html"></object>
|
||||
<iframe id="five" src="javascript:parent.x"></iframe>
|
||||
<object id="six" data="javascript:x"></object>
|
||||
</p>
|
||||
<div id="content" style="display: none">
|
||||
|
||||
|
|
@ -37,11 +34,6 @@ function doPrincipalTest(id) {
|
|||
"Wrong principal for document in node with id='" + id + "'");
|
||||
}
|
||||
|
||||
function doContentTest(id) {
|
||||
is($(id).contentDocument.documentElement.textContent, "PASS",
|
||||
"Script executed in wrong context in node with id='" + id + "'");
|
||||
}
|
||||
|
||||
function checkPrincipal() {
|
||||
ok(SpecialPowers.call_Instanceof(SpecialPowers.wrap(document).nodePrincipal, SpecialPowers.Ci.nsIPrincipal),
|
||||
"Should be a principal");
|
||||
|
|
@ -54,10 +46,6 @@ addLoadEvent(function() {
|
|||
doPrincipalTest(i);
|
||||
}
|
||||
|
||||
for (i of [ "five", "six" ]) {
|
||||
doContentTest(i);
|
||||
}
|
||||
|
||||
SimpleTest.finish();
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue