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

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

Issue 2737673003: Revert of Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
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.
+

Powered by Google App Engine
This is Rietveld 408576698