Implement HTMLSelectElement.{multiple, name, size} (fixes #6017)

This commit is contained in:
Jinwoo Song
2015-05-12 15:46:55 +09:00
parent 10d8200a54
commit 656a8ee3c8
4 changed files with 34 additions and 444 deletions

View File

@@ -5808,18 +5808,9 @@
[HTMLSelectElement interface: attribute form]
expected: FAIL
[HTMLSelectElement interface: attribute multiple]
expected: FAIL
[HTMLSelectElement interface: attribute name]
expected: FAIL
[HTMLSelectElement interface: attribute required]
expected: FAIL
[HTMLSelectElement interface: attribute size]
expected: FAIL
[HTMLSelectElement interface: attribute options]
expected: FAIL
@@ -5877,18 +5868,9 @@
[HTMLSelectElement interface: document.createElement("select") must inherit property "form" with the proper type (3)]
expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "multiple" with the proper type (4)]
expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "name" with the proper type (5)]
expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "required" with the proper type (6)]
expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "size" with the proper type (7)]
expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "options" with the proper type (9)]
expected: FAIL