Index: LayoutTests/transforms/cssmatrix-3d-interface-expected.txt |
diff --git a/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt b/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt |
index 4f05d2004f8047f10d6554a6ff909c2d929d3ce6..247a66df4e43abd00b7bc17362a8135bef77f310 100644 |
--- a/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt |
+++ b/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt |
@@ -29,7 +29,7 @@ PASS parseFloat(a3[0]) is 1 |
PASS a3[1] is "" |
Test bad input to string constructor |
-PASS new WebKitCSSMatrix("banana") threw exception SyntaxError: An invalid or illegal string was specified.. |
+PASS new WebKitCSSMatrix("banana") threw exception SyntaxError: Failed to construct 'WebKitCSSMatrix': Failed to parse 'banana'.. |
Test attributes on default matrix |
PASS m.m11 is 1 |
@@ -104,9 +104,9 @@ PASS m.m43 is 30 |
PASS m.m44 is 1 |
Test throwing exception from setMatrixValue |
-PASS m.setMatrixValue("banana") threw exception SyntaxError: An invalid or illegal string was specified.. |
-PASS m.setMatrixValue("translate3d(10em, 20%, 40)") threw exception SyntaxError: An invalid or illegal string was specified.. |
-PASS m.setMatrixValue("translate3d(10px, 20px, 30px) scale3d()") threw exception SyntaxError: An invalid or illegal string was specified.. |
+PASS m.setMatrixValue("banana") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'WebKitCSSMatrix': Failed to parse 'banana'.. |
+PASS m.setMatrixValue("translate3d(10em, 20%, 40)") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'WebKitCSSMatrix': Failed to parse 'translate3d(10em, 20%, 40)'.. |
+PASS m.setMatrixValue("translate3d(10px, 20px, 30px) scale3d()") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'WebKitCSSMatrix': Failed to parse 'translate3d(10px, 20px, 30px) scale3d()'.. |
Test multiply |
PASS parseFloat(m3.m11) is 538 |
@@ -217,7 +217,7 @@ PASS parseFloat(m.m43) is 30 |
PASS parseFloat(m.m44) is 1 |
Test throwing exception from inverse |
-PASS m.inverse() threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS m.inverse() threw exception NotSupportedError: Failed to execute 'inverse' on 'WebKitCSSMatrix': The matrix is not invertable.. |
Test translate |
PASS m2.m11 is 1 |