mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Initialize Sanitizer API implementation with partially implemented constructor and `get()` methods of the `Sanitizer` interface, which allows the sub-sequential implementation to be tested by WPT. The `Sanitizer` interface is hidden behind the feature flag `dom_sanitizer_enabled`, which is disabled by default. Specification: https://wicg.github.io/sanitizer-api/ Testing: Enable WPT tests for Sanitizer API. Fixes: Part of #43948 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
13 lines
314 B
INI
Vendored
13 lines
314 B
INI
Vendored
[sethtml-xml-document.html]
|
|
[Testcase #0 with xmlDoc.setHTML("Hello!")]
|
|
expected: FAIL
|
|
|
|
[Testcase #1 with xmlDoc.setHTML("<br>")]
|
|
expected: FAIL
|
|
|
|
[Testcase #2 with xmlDoc.setHTML("<p>Hi</p>")]
|
|
expected: FAIL
|
|
|
|
[Testcase #3 with xmlDoc.setHTML("<iframe></iframe><p>text</p>")]
|
|
expected: FAIL
|