Fixing test to match new reality

This commit is contained in:
Boris Zbarsky 2008-09-05 15:38:45 -04:00
Родитель 5ea8471a89
Коммит 668cfc1fcc
1 изменённых файлов: 2 добавлений и 2 удалений

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

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