mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #17212 - jryans:visited-selectors, r=emilio
Stylo: Visited selectors for nested links https://bugzilla.mozilla.org/show_bug.cgi?id=1370358 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17212) <!-- Reviewable:end -->
This commit is contained in:
commit
0934df77fd
8 changed files with 42 additions and 7 deletions
|
@ -151,6 +151,12 @@ impl fmt::Debug for Element {
|
|||
}
|
||||
}
|
||||
|
||||
impl fmt::Debug for Root<Element> {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
(**self).fmt(f)
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq, HeapSizeOf)]
|
||||
pub enum ElementCreator {
|
||||
ParserCreated(u64),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue