mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
c82a2b5c08
First, we have to allow the functional parameter for named view transition pseudo elements. In this patch, we fix the case when `getComputedStyle()` resolve the style lazily (i.e. call `Servo_ResolveStyleLazily()`) if its style is not available. In this case, we have to make sure the matching function work. We will make sure `aElement->GetPseudoElement(aPseudo)` work in the next patch so we can retrieve the computed style from the pseudo elements directly. Differential Revision: https://phabricator.services.mozilla.com/D230354 |
||
---|---|---|
.. | ||
tests | ||
Cargo.toml | ||
cbindgen.toml | ||
error_reporter.rs | ||
glue.rs | ||
lib.rs | ||
stylesheet_loader.rs |