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

Unified Diff: LayoutTests/svg/dom/altGlyph-dom-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/dom/altGlyph-dom-expected.txt
diff --git a/LayoutTests/svg/dom/altGlyph-dom-expected.txt b/LayoutTests/svg/dom/altGlyph-dom-expected.txt
index 06e8951de27e9a429c888d5a50332f603c84b9be..c37d94b37a479477cfa41533a50990573b472f51 100644
--- a/LayoutTests/svg/dom/altGlyph-dom-expected.txt
+++ b/LayoutTests/svg/dom/altGlyph-dom-expected.txt
@@ -7,7 +7,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS altGlyph.tagName is "altGlyph"
PASS altGlyph.namespaceURI is "http://www.w3.org/2000/svg"
PASS altGlyph.format is "image/svg+xml"
-PASS altGlyph.format = 'x' threw exception Error: NoModificationAllowedError: DOM Exception 7.
+PASS altGlyph.format = 'x' threw exception NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed..
PASS altGlyph.getStartPositionOfChar(0).x is 0
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698