Index: third_party/WebKit/LayoutTests/typedcssom/cssCalcLength-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssCalcLength-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/cssCalcLength-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..995a6f80d2b682107c3e6f8843925c5fe6efce74 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssCalcLength-expected.txt |
@@ -0,0 +1,10 @@ |
+This is a testharness.js-based test. |
+FAIL Passing invalid arguments to CSSCalcLength throws an exception. Test bug: need to pass exception to assert_throws() |
+PASS Adding two CSSCalcLengths produces a new CSSCalcLength with the correct value. |
+PASS Subtracting two CSSCalcLengths produces a new CSSCalcLength with the correct values. |
+PASS Multiplying a CSSCalcLength produces a new CSSCalcLength with the correct values. |
+PASS Dividing a CSSCalcLength produces a new CSSCalcLength with the correct values. |
+PASS Dividing by zero throws a RangeError |
+PASS cssText produces the correct string |
+Harness: the test ran to completion. |
+ |