mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
20 lines
543 B
INI
20 lines
543 B
INI
[htmloptionscollection.html]
|
|
type: testharness
|
|
[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
|
|
|
|
[HTMLOptionsCollection.add method insert HTMLOptionElement Option element]
|
|
expected: FAIL
|