| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index b322ccfc9fa62cde61e4283cfa7051d0f5c7e1ad..8c0aa1a6cf34e4715eebedeb93b266cb055c0ef3 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -153,7 +153,7 @@ interface TestObjectPython {
|
| [Reflect=class] readonly attribute DOMString reflectedClass;
|
| [RuntimeEnabled=FeatureName] attribute long runtimeEnabledLongAttribute;
|
| [Conditional=Condition, RuntimeEnabled=FeatureName] attribute long conditionalEnabledAtRuntimeLongAttribute;
|
| - [SetterCallWith=ActiveWindow&FirstWindow] readonly attribute DOMString setterCallWithActiveWindowAndFirstWindowReadonlyStringAttribute; // FIXME: stub test case b/c readonly, becomes real test case when implement setters
|
| + [SetterCallWith=ActiveWindow&FirstWindow] attribute DOMString setterCallWithActiveWindowAndFirstWindowStringAttribute;
|
| [SetterRaisesException] attribute long setterRaisesExceptionLongAttribute;
|
| [StrictTypeChecking] readonly attribute float strictTypeCheckingReadonlyFloatAttribute; // FIXME: only applicable to writable attributes, implement with setters
|
| [StrictTypeChecking] readonly attribute TestInterface strictTypeCheckingReadonlyTestInterfaceAttribute; // FIXME: only applicable to writable attributes, implement with setters
|
|
|