Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index a7d6d4d1ae5c2ec2e42a3ef1dd3a57e1b3b2ea4d..15421caf3ff937d93f171ce3bc4c4a37df61de38 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -305,6 +305,9 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2); |
// PutForwards |
[PutForwards=href] readonly attribute TestNode location; |
[PutForwards=hrefThrows] readonly attribute TestNode locationWithException; |
+ |
+ // Reflected SVG animated attribute. |
+ [Reflect] attribute SVGAnimatedString animatedReflectedAttribute; |
}; |
// The following comment should not generate any code |