mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Add oninput/onchange so tests work
This commit is contained in:
@@ -23,6 +23,8 @@ typedef OnErrorEventHandlerNonNull? OnErrorEventHandler;
|
||||
interface GlobalEventHandlers {
|
||||
attribute EventHandler onclick;
|
||||
attribute EventHandler onload;
|
||||
attribute EventHandler oninput;
|
||||
attribute EventHandler onchange;
|
||||
};
|
||||
|
||||
[NoInterfaceObject]
|
||||
|
||||
Reference in New Issue
Block a user