mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Implement the `Sanitizer.get()` method. Same as the previous patches on Sanitizer API, the steps related to processing instructions are marked as TODO. Support for process instructions was recently added to the specification, and we will implement it later when tests are ready. Testing: Covered by WPT tests in `sanitizer-api/sanitizer-get.tentative.html` Fixes: Part of #43948 Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>