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

Unified Diff: LayoutTests/svg/custom/global-constructors-expected.txt

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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: LayoutTests/svg/custom/global-constructors-expected.txt
diff --git a/LayoutTests/svg/custom/global-constructors-expected.txt b/LayoutTests/svg/custom/global-constructors-expected.txt
index 729a8fd2da128a3c318277636799224fdf9d3f54..000a049c5534497b09472246feb1599b9aacf27c 100644
--- a/LayoutTests/svg/custom/global-constructors-expected.txt
+++ b/LayoutTests/svg/custom/global-constructors-expected.txt
@@ -19,8 +19,6 @@ PASS SVGLengthList.toString() is 'function SVGLengthList() { [native code] }'
PASS SVGAnimatedLengthList.toString() is 'function SVGAnimatedLengthList() { [native code] }'
PASS SVGAngle.toString() is 'function SVGAngle() { [native code] }'
PASS SVGAnimatedAngle.toString() is 'function SVGAnimatedAngle() { [native code] }'
-PASS SVGColor.toString() is 'function SVGColor() { [native code] }'
-FAIL SVGICCColor.toString() should be function SVGICCColor() { [native code] }. Threw exception ReferenceError: SVGICCColor is not defined
PASS SVGRect.toString() is 'function SVGRect() { [native code] }'
PASS SVGAnimatedRect.toString() is 'function SVGAnimatedRect() { [native code] }'
FAIL SVGStylable.toString() should be function SVGStylable() { [native code] }. Threw exception ReferenceError: SVGStylable is not defined
@@ -90,7 +88,6 @@ PASS SVGAltGlyphElement.toString() is 'function SVGAltGlyphElement() { [native c
PASS SVGAltGlyphDefElement.toString() is 'function SVGAltGlyphDefElement() { [native code] }'
PASS SVGAltGlyphItemElement.toString() is 'function SVGAltGlyphItemElement() { [native code] }'
PASS SVGGlyphRefElement.toString() is 'function SVGGlyphRefElement() { [native code] }'
-PASS SVGPaint.toString() is 'function SVGPaint() { [native code] }'
PASS SVGMarkerElement.toString() is 'function SVGMarkerElement() { [native code] }'
FAIL SVGColorProfileElement.toString() should be function SVGColorProfileElement() { [native code] }. Threw exception ReferenceError: SVGColorProfileElement is not defined
FAIL SVGColorProfileRule.toString() should be function SVGColorProfileRule() { [native code] }. Threw exception ReferenceError: SVGColorProfileRule is not defined
« no previous file with comments | « LayoutTests/svg/custom/fill-SVGPaint-interface-expected.txt ('k') | LayoutTests/svg/custom/js-svg-constructors.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698