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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/computedstyle/line-height-expected.txt

Issue 2791193004: [Typed CSSOM] New design for computed styles which includes custom properties (Closed)
Patch Set: replace node check with dcheck Created 3 years, 7 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 PASS Getting a 10px lineHeight results in a CSSSimpleLength
3 PASS getAll for lineHeight returns a single value
4 PASS Getting a 10% lineHeight results in a CSSSimpleLength
5 FAIL Getting a number lineHeight results in a CSSNumberValue assert_true: expect ed true got false
6 PASS Getting a calc lineHeight results in a CSSSimpleLength
7 PASS Getting a normal lineHeight results in a CSSKeywordValue
8 Harness: the test ran to completion.
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698