зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1427512 - Part 30: Stop testing whether Ci shims should be removed. r=bz
Whether the shims are no longer needed for Web compat is independent of whether we can remove the interfaces themselves. MozReview-Commit-ID: 2KGEfRSejgS
This commit is contained in:
Родитель
8731df3c34
Коммит
6424ecca3a
|
@ -38,13 +38,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=790732
|
|||
is(Ci.nsIDOMSVGLength, SVGLength);
|
||||
is(Ci.nsIDOMNodeFilter, NodeFilter);
|
||||
is(Ci.nsIDOMXPathResult, XPathResult);
|
||||
|
||||
// Test for Bug 895231
|
||||
for (var k of Object.keys(Components.interfaces)) {
|
||||
ok(SpecialPowers.Ci.hasOwnProperty(k),
|
||||
k + " should be removed from the Components shim");
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче