haikuwebkit/LayoutTests/performance-api/paint-timing/paint-timing-with-worker-ex...

14 lines
454 B
Plaintext

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