mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Upgrade stylo to 2024-05-31 (#32474)
* Upgrade stylo to 2024-05-31 * Fixup for https://phabricator.services.mozilla.com/D211731 * Fixup for https://phabricator.services.mozilla.com/D207779 * Fixup for https://phabricator.services.mozilla.com/D207781 * Update test expectations
This commit is contained in:
parent
680735ed73
commit
b1fdfb88bb
8 changed files with 45 additions and 49 deletions
|
@ -12,6 +12,7 @@ use servo_atoms::Atom;
|
|||
use style::invalidation::media_queries::{MediaListKey, ToMediaListKey};
|
||||
use style::media_queries::MediaList;
|
||||
use style::shared_lock::{SharedRwLock as StyleSharedRwLock, SharedRwLockReadGuard};
|
||||
use style::stylesheets::scope_rule::ImplicitScopeRoot;
|
||||
use style::stylesheets::{Stylesheet, StylesheetContents};
|
||||
|
||||
use super::bindings::trace::HashMapTracedValues;
|
||||
|
@ -65,6 +66,10 @@ impl ::style::stylesheets::StylesheetInDocument for StyleSheetInDocument {
|
|||
fn contents(&self) -> &StylesheetContents {
|
||||
self.sheet.contents()
|
||||
}
|
||||
|
||||
fn implicit_scope_root(&self) -> Option<ImplicitScopeRoot> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
// https://w3c.github.io/webcomponents/spec/shadow/#extensions-to-the-documentorshadowroot-mixin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue