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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2415413002: Add '... implement SVGUnitTypes' to a bunch of SVG*Elements (Closed)
Patch Set: Update interface expectations Created 4 years, 2 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
Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 5c55e478d5c7376158e7dea04393e3638d329c2a..6b9b535c7ae97f0fe7a8d31f25504260c06049c2 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -4143,6 +4143,9 @@ interface SVGCircleElement : SVGGeometryElement
method constructor
interface SVGClipPathElement : SVGGraphicsElement
attribute @@toStringTag
+ attribute SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
+ attribute SVG_UNIT_TYPE_UNKNOWN
+ attribute SVG_UNIT_TYPE_USERSPACEONUSE
getter clipPathUnits
method constructor
interface SVGComponentTransferFunctionElement : SVGElement
@@ -4623,6 +4626,9 @@ interface SVGFETurbulenceElement : SVGElement
method constructor
interface SVGFilterElement : SVGElement
attribute @@toStringTag
+ attribute SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
+ attribute SVG_UNIT_TYPE_UNKNOWN
+ attribute SVG_UNIT_TYPE_USERSPACEONUSE
getter filterUnits
getter height
getter href
@@ -4652,6 +4658,9 @@ interface SVGGradientElement : SVGElement
attribute SVG_SPREADMETHOD_REFLECT
attribute SVG_SPREADMETHOD_REPEAT
attribute SVG_SPREADMETHOD_UNKNOWN
+ attribute SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
+ attribute SVG_UNIT_TYPE_UNKNOWN
+ attribute SVG_UNIT_TYPE_USERSPACEONUSE
getter gradientTransform
getter gradientUnits
getter href
@@ -4754,6 +4763,9 @@ interface SVGMarkerElement : SVGElement
method setOrientToAuto
interface SVGMaskElement : SVGElement
attribute @@toStringTag
+ attribute SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
+ attribute SVG_UNIT_TYPE_UNKNOWN
+ attribute SVG_UNIT_TYPE_USERSPACEONUSE
getter height
getter maskContentUnits
getter maskUnits
@@ -4820,6 +4832,9 @@ interface SVGPathElement : SVGGeometryElement
method getTotalLength
interface SVGPatternElement : SVGElement
attribute @@toStringTag
+ attribute SVG_UNIT_TYPE_OBJECTBOUNDINGBOX
+ attribute SVG_UNIT_TYPE_UNKNOWN
+ attribute SVG_UNIT_TYPE_USERSPACEONUSE
getter height
getter href
getter patternContentUnits

Powered by Google App Engine
This is Rietveld 408576698