Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: Source/bindings/tests/idls/TestObject.idl

Issue 137773002: Cleanup IDL test files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix SVG Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/bindings/tests/idls/TestSVG.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 932b8cda4614092cc716e577599fe86fe30d742e..a8a303db2c5fdf45ed938a8d75a208c68953e2ae 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -34,9 +34,7 @@ enum TestEnumType { "", "EnumValue1", "EnumValue2", "EnumValue3" };
callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
-
[
- Constructor(TestCallbackInterface testCallbackInterface),
ImplementedAs=TestObj
] interface TestObject : EventTarget {
// Attributes
@@ -74,7 +72,6 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
[Reflect=customContentIntegralAttr] attribute long reflectedCustomIntegralAttr;
[Reflect=customContentBooleanAttr] attribute boolean reflectedCustomBooleanAttr;
[Reflect=customContentURLAttr, TreatNullAs=NullString, URL] attribute DOMString reflectedCustomURLAttr;
- [Reflect] attribute SVGAnimatedString animatedReflectedAttribute;
[Reflect, ReflectOnly="unique"] attribute DOMString limitedToOnlyOneAttribute;
[Reflect, ReflectOnly="Per"|"Paal"|"Espen"] attribute DOMString limitedToOnlyAttribute;
[Reflect=Other, ReflectOnly="Value1"|"Value2" ] attribute DOMString limitedToOnlyOtherAttribute;
@@ -244,19 +241,10 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
[RaisesException] DOMStringList domStringListFunction(DOMStringList values);
[CheckSecurity=Node] readonly attribute Document contentDocument;
- [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
void convert1([TreatNullAs=NullString] TestNode value);
void convert2([TreatNullAs=NullString, TreatUndefinedAs=NullString] TestNode value);
- attribute SVGPoint mutablePoint;
- [Immutable] attribute SVGPoint immutablePoint;
- SVGPoint mutablePointFunction();
- [Immutable] SVGPoint immutablePointFunction();
-
- SVGPoint svgPointMethod(SVGPoint item, unsigned long index);
- [StrictTypeChecking, RaisesException] SVGPoint strictSVGPointMethod(SVGPoint item, unsigned long index);
-
[ImplementedAs=banana] void orange();
[ImplementedAs=blueberry] attribute long strawberry;
« no previous file with comments | « no previous file | Source/bindings/tests/idls/TestSVG.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698