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

Unified Diff: LayoutTests/svg/dom/SVGMatrix-interface-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/SVGMatrix-interface-expected.txt
diff --git a/LayoutTests/svg/dom/SVGMatrix-interface-expected.txt b/LayoutTests/svg/dom/SVGMatrix-interface-expected.txt
index 2ae9e55b9326edfc01f326f8aaf39a6501419aa9..b78a7c2b9bd868ffcec5ac26666dd26e899e270e 100644
--- a/LayoutTests/svg/dom/SVGMatrix-interface-expected.txt
+++ b/LayoutTests/svg/dom/SVGMatrix-interface-expected.txt
@@ -192,7 +192,7 @@ PASS parseFloat(m.e) is 10
PASS parseFloat(m.f) is 20
Test throwing exception from inverse
-PASS m.inverse() threw exception Error: SVG_MATRIX_NOT_INVERTABLE: DOM SVG Exception 2.
+PASS m.inverse() threw exception SVG_MATRIX_NOT_INVERTABLE: An attempt was made to invert a matrix that is not invertible..
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/svg/dom/SVGLengthList-replaceItem-expected.txt ('k') | LayoutTests/svg/dom/SVGNumberList-basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698