| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index b8bef086caae37f15cebfa128f6b4d54c478f0a2..f79823632c385c547ef320af41cfe58dadb7cd42 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -116,6 +116,20 @@ interface TestObjectPython {
|
| [MeasureAs=TestFeature] readonly attribute long measureAsReadonlyLongAttribute;
|
| [NotEnumerable] readonly attribute long notEnumerableReadonlyLongAttribute;
|
| [RaisesException] readonly attribute long raisesExceptionReadonlyLongAttribute;
|
| + [Reflect] readonly attribute TestInterface reflectReadonlyTestInterfaceAttribute;
|
| + [Reflect=reflectedNameAttribute] readonly attribute TestInterface reflectReflectedNameAttributeReadonlyTestAttribute;
|
| + // [Reflect] special types: special getters or range checking for unsigned
|
| + [Reflect] readonly attribute boolean reflectReadonlyBooleanAttribute;
|
| + [Reflect] readonly attribute long reflectReadonlyLongAttribute;
|
| + [Reflect] readonly attribute unsigned short reflectReadonlyUnsignedShortAttribute;
|
| + [Reflect] readonly attribute unsigned long reflectReadonlyUnsignedLongAttribute;
|
| + // [Reflect] special names
|
| + [Reflect] readonly attribute DOMString id;
|
| + [Reflect] readonly attribute DOMString name;
|
| + [Reflect] readonly attribute DOMString class;
|
| + [Reflect=id] readonly attribute DOMString reflectedId;
|
| + [Reflect=name] readonly attribute DOMString reflectedName;
|
| + [Reflect=class] readonly attribute DOMString reflectedClass;
|
| [RuntimeEnabled=FeatureName] readonly attribute long enabledAtRuntimeReadonlyLongAttribute;
|
| [Conditional=Condition, RuntimeEnabled=FeatureName] readonly attribute long conditionalEnabledAtRuntimeReadonlyLongAttribute;
|
| };
|
|
|