mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Implement NonElementParentNode for DocumentFragment
This commit is contained in:
parent
3f5b3053b9
commit
dc125f9eb1
3 changed files with 14 additions and 9 deletions
|
@ -123,21 +123,12 @@
|
|||
[DocumentFragment interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: operation getElementById(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: operation query(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: operation queryAll(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: document.createDocumentFragment() must inherit property "getElementById" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: calling getElementById(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: document.createDocumentFragment() must inherit property "query" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue