Pass | window.performance is defined | Asserts runPass | assert_not_equals(object "[object Performance]", undefined, "window.performance is defined")
at Test.<anonymous> ( /navigation-timing/resources/webperftestharness.js:32:31) |
|
Pass | window.performance is read/write | Asserts runPass | assert_equals("foo", "foo", "window.performance is read/write")
at Test.<anonymous> ( /common/performance-timeline-utils.js:32:25) |
|
Pass | var performance is read/write | Asserts runPass | assert_equals("bar", "bar", "var performance is read/write")
at Test.<anonymous> ( /common/performance-timeline-utils.js:32:25) |
|