mirror of
https://github.com/servo/servo.git
synced 2025-09-11 15:38:24 +01:00
Update web-platform-tests to revision 12d3e15e5ecae695e1216c358d613705fbff6b68
This commit is contained in:
parent
78455ec033
commit
5b2ca4d132
424 changed files with 4377 additions and 8656 deletions
|
@ -82,7 +82,7 @@ var fooChild = document.createElementNS('childNamespace', 'childElem');
|
|||
fooElem.appendChild(fooChild);
|
||||
|
||||
lookupNamespaceURI(fooChild, null, 'childNamespace', 'Child element should inherit baz namespace');
|
||||
lookupNamespaceURI(fooChild, '', 'childNamespace', 'Child element should have null namespace');
|
||||
lookupNamespaceURI(fooChild, '', 'childNamespace', 'Child element should have null namespace');
|
||||
lookupNamespaceURI(fooChild, 'xmlns', null, 'Child element should not have XMLNS namespace');
|
||||
lookupNamespaceURI(fooChild, 'prefix', 'fooNamespace', 'Child element has namespace URI matching prefix');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue