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

@ -840,7 +840,7 @@ impl<'a> BuilderForBoxFragment<'a> {
// TODO: Add support for PaintWorklet rendering.
},
Image::ImageSet(..) | Image::CrossFade(..) => {
unreachable!("Shouldn't be parsed on Servo for now")
// TODO: Add support for ImageSet and CrossFade rendering.
},
}
}