| Index: third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-parsing-001-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-parsing-001-expected.txt b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-parsing-001-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2c8f95e7c9c8b932ebb7813000b6b26e3fc733b2
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-parsing-001-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +This is a testharness.js-based test.
|
| +FAIL initial value should be '0px' assert_equals: expected (string) "0px" but got (undefined) undefined
|
| +FAIL 'line-height-step: 20px' should compute to '20px' assert_equals: expected (string) "20px" but got (undefined) undefined
|
| +FAIL line-height-step should inherit assert_equals: expected (string) "20px" but got (undefined) undefined
|
| +FAIL 'line-height-step: initial' should compute to '0px' assert_equals: expected (string) "0px" but got (undefined) undefined
|
| +FAIL 'line-height-step: 40px' should compute to '40px' assert_equals: expected (string) "40px" but got (undefined) undefined
|
| +FAIL '0' should be a valid length assert_equals: expected (string) "0px" but got (undefined) undefined
|
| +FAIL Interger should be invalid assert_equals: expected (string) "20px" but got (undefined) undefined
|
| +FAIL Negative length should be invalid assert_equals: expected (string) "20px" but got (undefined) undefined
|
| +FAIL Computed value should be the absolute length Cannot read property 'slice' of undefined
|
| +Harness: the test ran to completion.
|
| +
|
|
|