servo/tests/wpt/meta/html/syntax/serializing-html-fragments/serializing.html.ini
Simon Wülker 2af1225e4f
Forward manager_number to NullBrowser constructor (#37125)
Testing: No tests, if `test-wpt` broke again then we would notice pretty
quickly.
Fixes: https://github.com/servo/servo/issues/37124

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-05-25 15:12:55 +00:00

24 lines
575 B
INI
Vendored

[serializing.html]
[innerHTML Attribute in non-standard namespace]
expected: FAIL
[outerHTML Attribute in non-standard namespace]
expected: FAIL
[innerHTML 7 <a b="&lt;"></a>]
expected: FAIL
[innerHTML 8 <a b="&gt;"></a>]
expected: FAIL
[innerHTML 9 <a href="javascript:&quot;&lt;&gt;&quot;"></a>]
expected: FAIL
[outerHTML 7 <span><a b="&lt;"></a></span>]
expected: FAIL
[outerHTML 8 <span><a b="&gt;"></a></span>]
expected: FAIL
[outerHTML 9 <span><a href="javascript:&quot;&lt;&gt;&quot;"></a></span>]
expected: FAIL