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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/typedcssom/computedstyle/line-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/line-height-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/line-height-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bc789dd3b09c86512bfd5802964c39546e980a30
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/line-height-expected.txt
@@ -0,0 +1,9 @@
+This is a testharness.js-based test.
+PASS Getting a 10px lineHeight results in a CSSSimpleLength
+PASS getAll for lineHeight returns a single value
+PASS Getting a 10% lineHeight results in a CSSSimpleLength
+FAIL Getting a number lineHeight results in a CSSNumberValue assert_true: expected true got false
+PASS Getting a calc lineHeight results in a CSSSimpleLength
+PASS Getting a normal lineHeight results in a CSSKeywordValue
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698