mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
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>
25 lines
575 B
INI
Vendored
25 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="<"></a>]
|
|
expected: FAIL
|
|
|
|
[innerHTML 8 <a b=">"></a>]
|
|
expected: FAIL
|
|
|
|
[innerHTML 9 <a href="javascript:"<>""></a>]
|
|
expected: FAIL
|
|
|
|
[outerHTML 7 <span><a b="<"></a></span>]
|
|
expected: FAIL
|
|
|
|
[outerHTML 8 <span><a b=">"></a></span>]
|
|
expected: FAIL
|
|
|
|
[outerHTML 9 <span><a href="javascript:"<>""></a></span>]
|
|
expected: FAIL
|