Update test to code changes.

This commit is contained in:
Ms2ger 2013-11-12 14:45:11 +01:00
parent 08afc6d19d
commit 6ee835a9c5

View file

@ -18,9 +18,9 @@ is(nav.taintEnabled(), false);
is(nav.appName, "Netscape");
is(nav.appCodeName, "Mozilla");
// todo
is(nav.appVersion, null);
is(nav.platform, null);
is(nav.userAgent, null);
is(nav.appVersion, "");
is(nav.platform, "");
is(nav.userAgent, "");
is(nav.language, null);
is(nav.onLine, true);
finish();