Index: third_party/WebKit/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt b/third_party/WebKit/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt |
index fb5cb0112894f5e76c4e8f07d653d90af8bc9ece..c404f2c4ab7842362e8f731218ab213fc871504a 100644 |
--- a/third_party/WebKit/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt |
+++ b/third_party/WebKit/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt |
@@ -23,7 +23,7 @@ PASS parseFloat(a3[0]) is 0 |
PASS a3[1] is "" |
Test bad input to string constructor |
-PASS new WebKitCSSMatrix("banana") threw exception SyntaxError: Failed to construct 'WebKitCSSMatrix': Failed to parse 'banana'.. |
+PASS new WebKitCSSMatrix("banana") threw exception SyntaxError: Failed to construct 'DOMMatrix': Failed to parse 'banana'.. |
Test attributes on default matrix |
PASS m.a is 1 |
@@ -58,9 +58,9 @@ PASS m.e is 10 |
PASS m.f is 20 |
Test throwing exception from setMatrixValue |
-PASS m.setMatrixValue("banana") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'WebKitCSSMatrix': Failed to parse 'banana'.. |
-PASS m.setMatrixValue("translate(10em, 20%)") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'WebKitCSSMatrix': The transformation depends on the box size, which is not supported.. |
-PASS m.setMatrixValue("translate(10px, 20px) scale()") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'WebKitCSSMatrix': Failed to parse 'translate(10px, 20px) scale()'.. |
+PASS m.setMatrixValue("banana") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'DOMMatrix': Failed to parse 'banana'.. |
+PASS m.setMatrixValue("translate(10em, 20%)") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'DOMMatrix': Lengths must be absolute, not relative. |
+PASS m.setMatrixValue("translate(10px, 20px) scale()") threw exception SyntaxError: Failed to execute 'setMatrixValue' on 'DOMMatrix': Failed to parse 'translate(10px, 20px) scale()'.. |
Test attributes on translate() and accumulation |
PASS m2.a is 1 |