mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Partially implement getter of Document
This commit is contained in:
parent
69220dfc10
commit
0e8bd5dd98
6 changed files with 92 additions and 70 deletions
|
@ -1,5 +0,0 @@
|
|||
[nameditem-01.html]
|
||||
type: testharness
|
||||
[img elements that have a name and id attribute, should be accessible by both values.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
[nameditem-03.html]
|
||||
type: testharness
|
||||
[If there is one applet, it should be returned (name)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two applets, a collection should be returned. (name)]
|
||||
expected: FAIL
|
||||
|
||||
[If there is one applet, it should be returned (id)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two applets, a collection should be returned. (id)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two applets, a collection should be returned. (name and id)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two applets, a collection should be returned. (id and name)]
|
||||
expected: FAIL
|
||||
|
||||
[A name shouldn't affect getting an applet by id]
|
||||
expected: FAIL
|
||||
|
||||
[An id shouldn't affect getting an applet by name]
|
||||
expected: FAIL
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
[nameditem-04.html]
|
||||
type: testharness
|
||||
[If there is one form, it should be returned (name)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two forms, a collection should be returned. (name)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two forms, a collection should be returned. (name and id)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two forms, a collection should be returned. (id and name)]
|
||||
expected: FAIL
|
||||
|
||||
[An id shouldn't affect getting an form by name]
|
||||
expected: FAIL
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[nameditem-06.html]
|
||||
type: testharness
|
||||
[If there is one img, it should be returned (name)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two imgs, a collection should be returned. (name)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two imgs, the one with a name should be returned. (name and id)]
|
||||
expected: FAIL
|
||||
|
||||
[If there are two imgs, the one with a name should be returned. (id and name)]
|
||||
expected: FAIL
|
||||
|
||||
[A name should affect getting an img by id]
|
||||
expected: FAIL
|
||||
|
||||
[An id shouldn't affect getting an img by name]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue