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

Unified Diff: third_party/WebKit/LayoutTests/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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 107b4ec9ef0cf174be96fbf09104ebb115e6ad64..c5e20f21736435ba57d0246b6de84e9f1f56abd5 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5017,6 +5017,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
@@ -5497,6 +5500,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
@@ -5526,6 +5532,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
@@ -5628,6 +5637,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
@@ -5694,6 +5706,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