mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #13783 - frewsxcv:select-value, r=nox
Implement `value` property on `<select>`. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13783) <!-- Reviewable:end -->
This commit is contained in:
commit
a71b1e65be
5 changed files with 36 additions and 22 deletions
|
@ -3711,9 +3711,6 @@
|
|||
[HTMLSelectElement interface: attribute selectedIndex]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSelectElement interface: attribute value]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSelectElement interface: attribute willValidate]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3744,9 +3741,6 @@
|
|||
[HTMLSelectElement interface: document.createElement("select") must inherit property "selectedIndex" with the proper type (18)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSelectElement interface: document.createElement("select") must inherit property "value" with the proper type (19)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLSelectElement interface: document.createElement("select") must inherit property "willValidate" with the proper type (20)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,20 +1,5 @@
|
|||
[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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue