Update stylo for latest changes. (#33079)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2024-08-16 06:47:12 -04:00 committed by GitHub
parent ce5ebbcf77
commit 3d3621b652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 28 additions and 966 deletions

View file

@ -793,7 +793,7 @@ impl Fragment {
}
},
Image::CrossFade(..) | Image::ImageSet(..) => {
unreachable!("Shouldn't be parsed by Servo for now")
// TODO: Add support for ImageSet and CrossFade rendering.
},
}
}