blob: 198148ad44047fd0367f287c8d52e32e389ba659 [file] [log] [blame]
CONSOLE MESSAGE: line 58: ReferenceError: Can't find variable: wp_test
CONSOLE MESSAGE: line 51: ReferenceError: Can't find variable: test_true
Description
This test validates that the performance.measure() method throws a SYNTAX_ERR exception whenever a non-existent mark is provided as the startMark or endMark, and the method also throws a INVALID_ACCESS_ERR whenever a navigation timing attribute with a value of zero is provided as the startMark or endMark.
FAIL window.performance User Timing measure() method is throwing the proper exceptions ReferenceError: Can't find variable: wp_test