зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1381728 - Part 2: remove legacy web platform test for <object>. r=anne
This commit is contained in:
Родитель
c65e15f19c
Коммит
c0891be4ca
|
@ -298650,11 +298650,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"old-tests/submission/Opera/script_scheduling/scripts/include-12.js": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"old-tests/submission/Opera/script_scheduling/scripts/include-2.js": [
|
||||
[
|
||||
{}
|
||||
|
@ -360672,12 +360667,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"old-tests/submission/Opera/script_scheduling/100.html": [
|
||||
[
|
||||
"/old-tests/submission/Opera/script_scheduling/100.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"old-tests/submission/Opera/script_scheduling/101.html": [
|
||||
[
|
||||
"/old-tests/submission/Opera/script_scheduling/101.html",
|
||||
|
@ -603305,10 +603294,6 @@
|
|||
"49a56e4ebe6a752002776f81c8511b6f34852a15",
|
||||
"testharness"
|
||||
],
|
||||
"old-tests/submission/Opera/script_scheduling/100.html": [
|
||||
"c8e8962700545210d6f2e900af7e562d6d624171",
|
||||
"testharness"
|
||||
],
|
||||
"old-tests/submission/Opera/script_scheduling/101.html": [
|
||||
"8aa9b4d0c0c3aec53f4b9cbbbe04a98198379c8f",
|
||||
"testharness"
|
||||
|
@ -603553,10 +603538,6 @@
|
|||
"f26e65bc15505040371e3026cd09c8eb0df0a1c4",
|
||||
"support"
|
||||
],
|
||||
"old-tests/submission/Opera/script_scheduling/scripts/include-12.js": [
|
||||
"7dcd929b6b7dd65553f87ec8b0fbf0ec84c335b2",
|
||||
"support"
|
||||
],
|
||||
"old-tests/submission/Opera/script_scheduling/scripts/include-2.js": [
|
||||
"3a3c18956bb0ccf8c13b301cd3c6f0a6e474ce75",
|
||||
"support"
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: defer adding iframe containing script</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="testlib/testlib.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
|
||||
<script defer src="scripts/include-12.js"></script>
|
||||
<script>
|
||||
var t = async_test();
|
||||
|
||||
onload = t.step_func(function() {assert_array_equals(eventOrder, ["external script before adding object", "script in object"]); t.done();});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +0,0 @@
|
|||
log("external script before adding object");
|
||||
var object = document.createElement("object");
|
||||
object.data = "data:text/html,<script>parent.log('script in object')</script>"
|
||||
document.body.appendChild(object);
|
Загрузка…
Ссылка в новой задаче