Files
servo/components/shared/constellation
Tim van der Lippe 9a860baef0 script: Use correct creation_url for workers (#41458)
Instead of the creation URL of the containing global,
it should instead use the URL of the current worker.

Despite the referrer specification stating that we
should use the creation URL, instead browsers use
the current URL. A new WPT test is added to cover that
which we currently fail because of incorrect
serialization of query parameters of a URL. But the
actual redirect and all work now.

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2025-12-29 21:40:47 +00:00
..