зеркало из https://github.com/mozilla/pjs.git
Fixing test to match new reality
This commit is contained in:
Родитель
5ea8471a89
Коммит
668cfc1fcc
|
@ -25,8 +25,8 @@ addLoadEvent(function() {
|
|||
// Need privs because the feed seems to have an about:feeds principal or some
|
||||
// such. It's not same-origin with us in any case.
|
||||
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
|
||||
is($("testFrame").contentDocument.documentElement.id, "feedHandler",
|
||||
"Text didn't get sniffed as a feed?");
|
||||
is($("testFrame").contentDocument.documentElement.id, "",
|
||||
"Text got sniffed as a feed?");
|
||||
});
|
||||
addLoadEvent(SimpleTest.finish);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче