mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update test to code changes.
This commit is contained in:
parent
08afc6d19d
commit
6ee835a9c5
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue