blob: 07813cf5692ebae0af500c10a55b2540247e60d1 [file] [log] [blame]
Paint API should not be available in worker contexts.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS PerformanceObserver.supportedEntryTypes.includes("paint") is true
PASS workerSupportedEntryTypes.includes("paint") is false
PASS workerSupportedEntryTypes.includes("mark") is true
PASS PerformanceObserver.supportedEntryTypes did not include 'paint' for workers
PASS successfullyParsed is true
TEST COMPLETE