| Index: third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt b/third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dbfafcf0db96c9e577d38766ad5e553e97273012
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/custom-properties/registered-property-computation-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +This is a testharness.js-based test.
|
| +FAIL <length> values are computed correctly assert_equals: expected "140px" but got "224px"
|
| +FAIL <length-percentage> values are computed correctly assert_equals: expected "170px" but got "272px"
|
| +FAIL <length>+ values are computed correctly assert_equals: expected "10px 30px" but got "10px 48px"
|
| +FAIL <length-percentage>+ values are computed correctly assert_equals: expected "calc(10px + 50%) 4px" but got "calc(16px + 50%) 4px"
|
| +PASS <length> values are computed correctly
|
| +PASS <length-percentage> values are computed correctly
|
| +PASS <length>+ values are computed correctly
|
| +PASS <length-percentage>+ values are computed correctly
|
| +Harness: the test ran to completion.
|
| +
|
|
|