NEW 193006
infinite resourcetimingbufferfull loop
https://bugs.webkit.org/show_bug.cgi?id=193006
Summary infinite resourcetimingbufferfull loop
cvazac
Reported 2018-12-21 21:22:18 PST
During a `resourcetimingbufferfull` handler, a web-platform-test [0] fetches a resource. Per spec [1] the entry for that resource should land in the secondary buffer ("add a PerformanceResourceTiming entry" step 4) and then ultimately dropped ("fire a buffer full event" step 5). Instead, another `resourcetimingbufferfull` is firing, and we end up in an infinite loop [0] https://wpt.fyi/results/resource-timing/buffer-full-add-entries-during-callback-that-drop.html?label=experimental [1] https://w3c.github.io/resource-timing/
Attachments
Radar WebKit Bug Importer
Comment 1 2018-12-23 17:36:25 PST
Note You need to log in before you can comment on or make changes to this bug.