Partially implement getter of Document

This commit is contained in:
Anthony Ramine 2015-05-02 13:02:23 +02:00
parent 69220dfc10
commit 0e8bd5dd98
6 changed files with 92 additions and 70 deletions

View file

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

View file

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

View file

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

View file

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