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:
Cameron McCormack 2018-01-11 16:17:57 +08:00
Родитель 8731df3c34
Коммит 6424ecca3a
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

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