blob: 0891df3ca9fc92bbcd1da617cb3b4e5acae739dd [file] [log] [blame]
This test checks that Performance inherits EventTarget and that addEventListener() works for resourcetimingbufferfull events.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Performance.prototype.__proto__ is EventTarget.prototype
PASS performance.onwebkitresourcetimingbufferfull is null
PASS performance.onwebkitresourcetimingbufferfull is null
PASS parameter.__proto__ is Event.prototype
PASS bufferFullCount is 1
PASS successfullyParsed is true
TEST COMPLETE