mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01: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>
24 lines
575 B
INI
Vendored
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="<"></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
|