Index: Source/bindings/tests/idls/TestExtendedEvent.idl |
diff --git a/Source/bindings/tests/idls/TestExtendedEvent.idl b/Source/bindings/tests/idls/TestExtendedEvent.idl |
index fd30168aa039a98f7898f47ca2d38cb1eed67e33..e41586af203affe7889df779faf7b6a1e2f3eaf1 100644 |
--- a/Source/bindings/tests/idls/TestExtendedEvent.idl |
+++ b/Source/bindings/tests/idls/TestExtendedEvent.idl |
@@ -28,7 +28,10 @@ |
[ |
Conditional=TEST, |
ImplementedAs=Event, |
- EnabledAtRuntime=test |
+ EnabledAtRuntime=test, |
+ ConstructorTemplate=Event |
] interface TestExtendedEvent |
: TestEvent { |
+ [InitializedByEventConstructor] readonly attribute unsigned long location; |
+ [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor] readonly attribute unsigned long keyLocation; |
}; |