mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
For example `div[count(//p)]` should count all `<p>` elements in the document, not just the ones underneath the `<div>`. Testing: WPT tests cover this, the fix makes two more test pass. Signed-off-by: Ville Lindholm <ville@lindholm.dev>
27 lines
672 B
INI
Vendored
27 lines
672 B
INI
Vendored
[text-html-attributes.html]
|
|
[Select html element based on attribute mixed case]
|
|
expected: FAIL
|
|
|
|
[Select HTML element with non-ascii attribute 1]
|
|
expected: FAIL
|
|
|
|
[Select HTML element with non-ascii attribute 2]
|
|
expected: FAIL
|
|
|
|
[Select HTML element with non-ascii attribute 3]
|
|
expected: FAIL
|
|
|
|
[Select SVG element based on mixed case attribute]
|
|
expected: FAIL
|
|
|
|
[Select both HTML and SVG elements based on mixed case attribute]
|
|
expected: FAIL
|
|
|
|
[Select SVG element with non-ascii attribute 1]
|
|
expected: FAIL
|
|
|
|
[Select SVG element with non-ascii attribute 2]
|
|
expected: FAIL
|
|
|
|
[svg element with XLink attribute]
|
|
expected: FAIL
|