blob: ff78d9ead25967aa916324d08ffaac8047ae9f01 [file] [log] [blame]
Description
This test validates exception scenarios of invoking mark() and measure() without parameter.
PASS window.performance.mark() throws a TypeError exception when invoke without a parameter.
PASS window.performance.measure() throws a TypeError exception when invoke without a parameter.