mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
Implement HTMLSelectElement.{multiple, name, size} (fixes #6017)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user