Pass | window.navigator[0] should not exist | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html:11:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html:12:3) |
|
Pass | window.navigator[0] should be settable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html:16:3) | Pass | assert_equals("pass", "pass")
at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html:17:3) |
|
Pass | window.navigator[-1] should not exist | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html:20:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html:21:3) |
|
Pass | window.navigator[-1] should be settable | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html:25:3) | Pass | assert_equals("pass", "pass")
at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-indexed.html:26:3) |
|