1 This tests that PerformanceObserver gets called the right number of times.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS entries[0].entryType is expectedEntries[0].entryType
7 PASS entries[0].name is expectedEntries[0].name
8 PASS entries[1].entryType is expectedEntries[1].entryType
9 PASS entries[1].name is expectedEntries[1].name
10 PASS entries[2].entryType is expectedEntries[2].entryType
11 PASS entries[2].name is expectedEntries[2].name
12 PASS successfullyParsed is true