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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001-expected.txt

Issue 1696373004: Add csswg-test/css-snap-size-1 to import from csswg-test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@css
Patch Set: Minor fix in upstream incorporated Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001-expected.txt b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..df09db0fc03cdcf69e1b5897ebb252ea9733b14d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001-expected.txt
@@ -0,0 +1,16 @@
+This is a testharness.js-based test.
+FAIL initial value assert_equals: expected (string) "0px" but got (undefined) undefined
+FAIL snap-height: 20px 60 assert_equals: expected (string) "20px 60" but got (undefined) undefined
+FAIL snap-height should inherit assert_equals: expected (string) "20px 60" but got (undefined) undefined
+FAIL snap-height: initial assert_equals: expected (string) "0px" but got (undefined) undefined
+FAIL snap-height: initial; snap-height: inherit assert_equals: expected (string) "20px 60" but got (undefined) undefined
+FAIL snap-height: 40px assert_equals: expected (string) "40px" but got (undefined) undefined
+FAIL snap-height: 0 assert_equals: expected (string) "0px" but got (undefined) undefined
+FAIL snap-height: 1 assert_equals: expected (string) "20px 60" but got (undefined) undefined
+FAIL snap-height: -1px assert_equals: expected (string) "20px 60" but got (undefined) undefined
+FAIL snap-height: 40px -1 assert_equals: expected (string) "20px 60" but got (undefined) undefined
+FAIL snap-height: 40px 0 assert_equals: expected (string) "20px 60" but got (undefined) undefined
+FAIL snap-height: 40px 101 assert_equals: expected (string) "20px 60" but got (undefined) undefined
+FAIL Computed value must be the absolute length Cannot read property 'slice' of undefined
+Harness: the test ran to completion.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-parsing-001.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698