mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Add oninput/onchange so tests work
This commit is contained in:
@@ -120,9 +120,6 @@
|
||||
[Document interface: attribute oncanplaythrough]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onchange]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onclose]
|
||||
expected: FAIL
|
||||
|
||||
@@ -174,9 +171,6 @@
|
||||
[Document interface: attribute onfocus]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute oninput]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute oninvalid]
|
||||
expected: FAIL
|
||||
|
||||
@@ -984,9 +978,6 @@
|
||||
[HTMLElement interface: attribute itemValue]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: operation click()]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute tabIndex]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1062,9 +1053,6 @@
|
||||
[HTMLElement interface: attribute oncanplaythrough]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onchange]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onclose]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1116,9 +1104,6 @@
|
||||
[HTMLElement interface: attribute onfocus]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute oninput]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute oninvalid]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1254,9 +1239,6 @@
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "itemValue" with the proper type (11)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "click" with the proper type (13)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "tabIndex" with the proper type (14)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1332,9 +1314,6 @@
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "oncanplaythrough" with the proper type (38)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onchange" with the proper type (39)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onclose" with the proper type (41)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1386,9 +1365,6 @@
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onfocus" with the proper type (57)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "oninput" with the proper type (58)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "oninvalid" with the proper type (59)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -4800,9 +4776,6 @@
|
||||
[HTMLInputElement interface: attribute height]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute indeterminate]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute inputMode]
|
||||
expected: FAIL
|
||||
|
||||
@@ -4830,9 +4803,6 @@
|
||||
[HTMLInputElement interface: attribute placeholder]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute readOnly]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute required]
|
||||
expected: FAIL
|
||||
|
||||
@@ -4944,9 +4914,6 @@
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "height" with the proper type (15)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "indeterminate" with the proper type (16)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "inputMode" with the proper type (17)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -4974,9 +4941,6 @@
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "placeholder" with the proper type (26)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "readOnly" with the proper type (27)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "required" with the proper type (28)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -7170,9 +7134,6 @@
|
||||
[Window interface: attribute oncanplaythrough]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onchange]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onclose]
|
||||
expected: FAIL
|
||||
|
||||
@@ -7221,9 +7182,6 @@
|
||||
[Window interface: attribute onfocus]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute oninput]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute oninvalid]
|
||||
expected: FAIL
|
||||
|
||||
@@ -7512,9 +7470,6 @@
|
||||
[Window interface: window must inherit property "oncanplaythrough" with the proper type (44)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onchange" with the proper type (45)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onclose" with the proper type (47)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -7563,9 +7518,6 @@
|
||||
[Window interface: window must inherit property "onfocus" with the proper type (63)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "oninput" with the proper type (64)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "oninvalid" with the proper type (65)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user