Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Side by Side Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-parsing-001-expected.txt

Issue 2704343003: Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Sorted CSSProperties.json5 alphabetically (meade@'s nit) Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL initial value should be '0px' assert_equals: expected (string) "0px" but go t (undefined) undefined
3 FAIL 'line-height-step: 20px' should compute to '20px' assert_equals: expected ( string) "20px" but got (undefined) undefined
4 FAIL line-height-step should inherit assert_equals: expected (string) "20px" but got (undefined) undefined
5 FAIL 'line-height-step: initial' should compute to '0px' assert_equals: expected (string) "0px" but got (undefined) undefined
6 FAIL 'line-height-step: 40px' should compute to '40px' assert_equals: expected ( string) "40px" but got (undefined) undefined
7 FAIL '0' should be a valid length assert_equals: expected (string) "0px" but got (undefined) undefined
8 FAIL Interger should be invalid assert_equals: expected (string) "20px" but got (undefined) undefined
9 FAIL Negative length should be invalid assert_equals: expected (string) "20px" b ut got (undefined) undefined
10 FAIL Computed value should be the absolute length Cannot read property 'slice' o f undefined
11 Harness: the test ran to completion.
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698