mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
Implements the [`TreeSink::attach_declarative_shadow`](https://docs.rs/html5ever/latest/html5ever/interface/trait.TreeSink.html#method.attach_declarative_shadow) method for the async html parser. Try run with the async html parser: https://github.com/simonwuelker/servo/actions/runs/15634240606/job/44046871826. (There are far fewer failures than in the initial try run from https://github.com/servo/servo/issues/37418) Testing: We don't run tests with the async html parser Part of https://github.com/servo/servo/issues/37418 Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>