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

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

Issue 99533004: [SVG] Implement 'discard' element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 000a049c5534497b09472246feb1599b9aacf27c..2b6c184760498a499417d7d45db7233ccca393f8 100644
--- a/LayoutTests/svg/custom/global-constructors-expected.txt
+++ b/LayoutTests/svg/custom/global-constructors-expected.txt
@@ -33,6 +33,7 @@ PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }'
PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }'
PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }'
PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }'
+PASS SVGDiscardElement.toString() is 'function SVGDiscardElement() { [native code] }'
PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] }'
PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }'
PASS SVGUseElement.toString() is 'function SVGUseElement() { [native code] }'

Powered by Google App Engine
This is Rietveld 408576698