Chromium Code Reviews

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

Issue 213543004: Consolidate IDL test cases (15%: 34 => 29) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Special ops Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/bindings/tests/idls/SVGTestInterface.idl
diff --git a/Source/bindings/tests/idls/SVGTestInterface.idl b/Source/bindings/tests/idls/SVGTestInterface.idl
index e871751768d0e804aa01744db7dc9c6df75895f0..6c7511ee8e707b5ab6df922d6764484dbb2b0e7d 100644
--- a/Source/bindings/tests/idls/SVGTestInterface.idl
+++ b/Source/bindings/tests/idls/SVGTestInterface.idl
@@ -34,6 +34,6 @@
[
DependentLifetime,
] interface SVGTestInterface {
- [Reflect] attribute DOMString type; // Test SVGNames namespace
+ [Reflect] attribute DOMString type; // Test SVGNames namespace
// [Immutable] attribute SVGPoint immutablePoint; // [Immutable] is a nop
};
« no previous file with comments | « no previous file | Source/bindings/tests/idls/TestEventTarget.idl » ('j') | Source/bindings/tests/idls/TestTypedefs.idl » ('J')

Powered by Google App Engine