Description

This test validates that the performance.mark() method is working properly. This test creates the following marks to test this method:

After creating each mark, the existence of these marks is validated by calling performance.getEntriesByName() (both with and without the entryType parameter provided), performance.getEntriesByType(), and performance.getEntries()