blob: 46a1a2477ace412a192b60d225d2118441ead531 [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.