Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-002-expected.txt |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-002-expected.txt b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-002-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..84f9dda27b1d3f2d5001fbfe52e9b76e68f2c0c5 |
--- /dev/null |
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-invalid-002-expected.txt |
@@ -0,0 +1,14 @@ |
+This is a testharness.js-based test. |
+FAIL Computed value for `text-combine-upright: digits calc(0 + 1)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(2 + 3)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(4 - 3)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(10 - 3)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(3 * 1.0)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(2.0 * 2)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(2 / 1.0)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(4.0 / 2)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(2e0 * 2e+0)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(2e2 * 2e-2)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+FAIL Computed value for `text-combine-upright: digits calc(4e+2 / +2e2)` is `none` assert_equals: expected (string) "none" but got (undefined) undefined |
+Harness: the test ran to completion. |
+ |