mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
HTMLStyleElement was creating stylesheets using the URI of the document, ignoring `<base>`. To avoid having to create the UrlExtraData twice (or clone it), this inlines the `stylesheetcontents_create_callback`. Testing: 2 WPT are now passing Fixes: #40550 Signed-off-by: Oriol Brufau <obrufau@igalia.com>