Description

This test validates that the window.performance object is read/write.

Summary

Harness status: OK

Found 3 tests

Details

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