mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
script: Use xpath ns resolver to resolve namespace prefixes (#39321)
The xpath resolver is a function provided by the user to resolve namespace prefixes. Previously, we were ignoring the argument. Testing: New web platform tests start to pass Part of https://github.com/servo/servo/issues/34527 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
f3d5617349
commit
1898a740a8
9 changed files with 164 additions and 132 deletions
|
@ -11,9 +11,6 @@
|
|||
[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
|
||||
|
||||
|
@ -22,6 +19,3 @@
|
|||
|
||||
[Select SVG element with non-ascii attribute 2]
|
||||
expected: FAIL
|
||||
|
||||
[svg element with XLink attribute]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,19 +1,7 @@
|
|||
[text-html-elements.html]
|
||||
[HTML elements namespace prefix]
|
||||
expected: FAIL
|
||||
|
||||
[HTML elements mixed use of prefix]
|
||||
expected: FAIL
|
||||
|
||||
[SVG elements namespace prefix]
|
||||
expected: FAIL
|
||||
|
||||
[HTML elements mixed case]
|
||||
expected: FAIL
|
||||
|
||||
[SVG elements mixed case selector]
|
||||
expected: FAIL
|
||||
|
||||
[Non-ascii HTML element]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue