mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
Add form getter for input/button elements; update test expectations
This commit is contained in:
@@ -5079,9 +5079,6 @@
|
||||
[HTMLInputElement interface: attribute dirName]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute form]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute files]
|
||||
expected: FAIL
|
||||
|
||||
@@ -5208,9 +5205,6 @@
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "form" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "files" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -5346,9 +5340,6 @@
|
||||
[HTMLButtonElement interface: attribute autofocus]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: attribute form]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: attribute formNoValidate]
|
||||
expected: FAIL
|
||||
|
||||
@@ -5376,9 +5367,6 @@
|
||||
[HTMLButtonElement interface: document.createElement("button") must inherit property "autofocus" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: document.createElement("button") must inherit property "form" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: document.createElement("button") must inherit property "formNoValidate" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user