blob: 20d24f90984bcb60a937af8702951ab081a507fe [file] [log] [blame]
Test Navigator properties.
typeof navigator: object
navigator: [object WorkerNavigator]
navigator.hardwareConcurrency >= 1 && navigator.hardwareConcurrency <= 8: true
navigator.appCodeName === 'Mozilla': true
navigator.appName === 'Netscape': true
navigator.appVersion.indexOf('WebKit') != 0: true
typeof navigator.platform == 'string': true
navigator.product === 'Gecko': true
navigator.productSub === undefined: true
navigator.userAgent.indexOf('WebKit') != 0: true
navigator.vendor === undefined: true
navigator.vendorSub === undefined: true
typeof navigator.language == 'string': true
typeof navigator.onLine == 'boolean': true
DONE