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

Unified Diff: core/svg/SVGTests.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/svg/SVGStringList.idl ('k') | core/svg/SVGTextContentElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGTests.idl
diff --git a/core/svg/SVGTests.idl b/core/svg/SVGTests.idl
index c9f8ce6682703eb9218c535266fb0e8835cc5719..1a76c1e5580e1b6dacf451566c912bcea4cd4b27 100644
--- a/core/svg/SVGTests.idl
+++ b/core/svg/SVGTests.idl
@@ -29,12 +29,7 @@
[
NoInterfaceObject, // Always used on target of 'implements'
] interface SVGTests {
-
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList requiredFeatures;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList requiredExtensions;
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGStringList systemLanguage;
-
- // TODO(philipj): The following was part of SVG 1.1:
- // http://www.w3.org/TR/SVG11/types.html#InterfaceSVGTests
- [Measure] boolean hasExtension(DOMString extension);
+ [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredFeatures;
+ [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredExtensions;
+ [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList systemLanguage;
};
« no previous file with comments | « core/svg/SVGStringList.idl ('k') | core/svg/SVGTextContentElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698