mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
Implement [matches-about:blank](https://html.spec.whatwg.org/multipage/#matches-about:blank), and uses it to compute the fallback url of a document. This will also be useful as part of [fixing iframe loading](https://github.com/servo/servo/issues/31973). There is one unrelated change to origin.rs, which is the result of an fmt. Testing: added unit-tests and the fallback url should be covered by wpt tests. --------- Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>