blob: 5e9c3eb68e821bbf0e7e937cc8995dc0800638e8 [file] [log] [blame]
PASS Mark entry can be created by 'new PerformanceMark(string)'.
PASS Mark entry can be created by 'new PerformanceMark(string, {})'.
PASS Mark entry can be created by 'new PerformanceMark(string, {startTime})'.
PASS Mark entry can be created by 'new PerformanceMark(string, {detail})'.
PASS Mark entry can be created by 'new PerformanceMark(string, {startTime, detail})'.
PASS Using new PerformanceMark() shouldn't add the entry to performance timeline.