blob: 08fafce5870782cfeec6c5bfc338da037bef664d [file] [log] [blame]
Tests that the Performance wrapper stays alive for as long as its frame.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.performance.__proto__ is Performance.prototype
PASS window.performance.customProperty is undefined.
window.performance.customProperty = 1
PASS window.performance.customProperty is 1
PASS window.performance.customProperty is 1
PASS window.performance.customProperty is 1
PASS window.performance.customProperty is 1
PASS successfullyParsed is true
TEST COMPLETE