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 |