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

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

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments Created 6 years, 11 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: 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 2b6c184760498a499417d7d45db7233ccca393f8..833595e8ec90ab59148c00a2e35db4722d07d8c1 100644
--- a/LayoutTests/svg/custom/global-constructors-expected.txt
+++ b/LayoutTests/svg/custom/global-constructors-expected.txt
@@ -137,7 +137,7 @@ PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native cod
PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }'
PASS SVGAnimateMotionElement.toString() is 'function SVGAnimateMotionElement() { [native code] }'
PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] }'
-PASS SVGAnimateColorElement.toString() is 'function SVGAnimateColorElement() { [native code] }'
+FAIL SVGAnimateColorElement.toString() should be function SVGAnimateColorElement() { [native code] }. Threw exception ReferenceError: SVGAnimateColorElement is not defined
Stephen Chennney 2014/01/14 14:10:08 File a new bug to remove the test cases related sp
Erik Dahlström (inactive) 2014/01/14 14:35:10 Filed http://code.google.com/p/chromium/issues/det
PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformElement() { [native code] }'
PASS SVGFontElement.toString() is 'function SVGFontElement() { [native code] }'
PASS SVGGlyphElement.toString() is 'function SVGGlyphElement() { [native code] }'

Powered by Google App Engine
This is Rietveld 408576698