[mark-entry-constructor.any.html]
[Mark entry can be created by 'new PerformanceMark(string)'.]
expected: FAIL
[Mark entry can be created by 'new PerformanceMark(string, {})'.]
expected: FAIL
[Mark entry can be created by 'new PerformanceMark(string, {startTime})'.]
expected: FAIL
[Mark entry can be created by 'new PerformanceMark(string, {detail})'.]
expected: FAIL
[Mark entry can be created by 'new PerformanceMark(string, {startTime, detail})'.]
expected: FAIL
[Using new PerformanceMark() shouldn't add the entry to performance timeline.]
expected: FAIL
[mark-entry-constructor.any.worker.html]
[Mark entry can be created by 'new PerformanceMark(string)'.]
expected: FAIL
[Mark entry can be created by 'new PerformanceMark(string, {})'.]
expected: FAIL
[Mark entry can be created by 'new PerformanceMark(string, {startTime})'.]
expected: FAIL
[Mark entry can be created by 'new PerformanceMark(string, {detail})'.]
expected: FAIL
[Mark entry can be created by 'new PerformanceMark(string, {startTime, detail})'.]
expected: FAIL
[Using new PerformanceMark() shouldn't add the entry to performance timeline.]
expected: FAIL