Index: third_party/WebKit/LayoutTests/typedcssom/cssScale-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssScale-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssScale-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6d86357643611aed261c5f9d2373f4caffa54bf7 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssScale-expected.txt |
@@ -0,0 +1,10 @@ |
+This is a testharness.js-based test. |
+PASS Test that the (x, y, z) values for CSSScale are correct. |
+PASS Test that the is2D values for CSSScale is correct. |
+PASS Test that the toString for CSSScale is correct. |
+FAIL Test that invalid number of arguments for CSSScale throws an exception. Test bug: need to pass exception to assert_throws() |
+FAIL Test that invalid input throws an exception. Test bug: need to pass exception to assert_throws() |
+PASS Test that asMatrix is constructed correctly for CSSScale. |
+PASS Test that x, y, z are mutable attributes. |
+Harness: the test ran to completion. |
+ |