mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Check for XML and XMLS namespace during 'locating a namespace' (#31374)
* Check for XML and XMLS namespace during 'locating a namespace' * Address review comments * Remove test expectation in legacy layout meta
This commit is contained in:
parent
5b7ee86fd1
commit
b993518892
4 changed files with 22 additions and 41 deletions
|
@ -1,18 +0,0 @@
|
|||
[Node-lookupNamespaceURI.html]
|
||||
[Element should have XML namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Element should have XMLNS namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Element should have namespace with xmlns prefix]
|
||||
expected: FAIL
|
||||
|
||||
[Child element should have XMLNS namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Connected Attr has namespace URI matching "xml"]
|
||||
expected: FAIL
|
||||
|
||||
[Connected Attr no namespace URI matching "xmlns"]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[Node-lookupNamespaceURI.html]
|
||||
[Element should have XML namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Element should have XMLNS namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Element should have namespace with xmlns prefix]
|
||||
expected: FAIL
|
||||
|
||||
[Child element should have XMLNS namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Connected Attr has namespace URI matching "xml"]
|
||||
expected: FAIL
|
||||
|
||||
[Connected Attr no namespace URI matching "xmlns"]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue