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:
Keith Yeung 2024-02-20 10:28:25 +08:00 committed by GitHub
parent 5b7ee86fd1
commit b993518892
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 41 deletions

View file

@ -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

View file

@ -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