Files
servo/tests/wpt/metadata/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html.ini

72 lines
1.7 KiB
INI

[htmloptionscollection.html]
type: testharness
[Original length]
expected: FAIL
[Setting length to original value has no effect]
expected: FAIL
[Setting length to shorter value]
expected: FAIL
[Setting length to longer value]
expected: FAIL
[Insert <p><option>6</option></p> into <select>]
expected: FAIL
[Insert <select><option>6</option></select> into <select>]
expected: FAIL
[Insert <optgroup><option>6</option></optgroup> into <select>]
expected: FAIL
[Insert <optgroup><optgroup><option>6</option></optgroup></optgroup> into <select>]
expected: FAIL
[namedItem id attribute]
expected: FAIL
[namedItem name attribute]
expected: FAIL
[namedItem doesn't match anything]
expected: FAIL
[namedItem multiple IDs]
expected: FAIL
[namedItem multiple names]
expected: FAIL
[namedItem multiple name and ID]
expected: FAIL
[namedItem multiple name and ID with multiple attributes]
expected: FAIL
[namedItem id attribute multiple attributes one element]
expected: FAIL
[namedItem name attribute multiple attributes one element]
expected: FAIL
[HTMLOptionsCollection [index\] method return the item with index]
expected: FAIL
[HTMLOptionsCollection [name\] method return the item with name]
expected: FAIL
[HTMLOptionsCollection.item(index) method return the item with index]
expected: FAIL
[HTMLOptionsCollection.item(name) method return the item with index 0]
expected: FAIL
[HTMLOptionsCollection.add method insert HTMLOptionElement Option element]
expected: FAIL
[HTMLOptionsCollection.remove method remove Option element by index]
expected: FAIL