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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/scroll-snap-parsing-expected.txt

Issue 2888283006: CSS: Use count position values with 3 parts (Closed)
Patch Set: rebase 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/fast/css/scroll-snap-parsing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/scroll-snap-parsing-expected.txt b/third_party/WebKit/LayoutTests/fast/css/scroll-snap-parsing-expected.txt
index c1531b3826ff34a8513586921823959edbaa6a82..914ef142e94e8ae4a66a111cc5bc5266a2f0c6b8 100644
--- a/third_party/WebKit/LayoutTests/fast/css/scroll-snap-parsing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/scroll-snap-parsing-expected.txt
@@ -82,7 +82,7 @@ Test case: calc/percentage destination
PASS style.scrollSnapDestination is "calc(20px + 10%) 40%"
Test case: 3 piece percentage destination
-PASS style.scrollSnapDestination is "0% 50%"
+PASS style.scrollSnapDestination is "0px 0px"
Test case: 1 piece destination with implied center
PASS style.scrollSnapDestination is "50% 0%"
@@ -94,7 +94,7 @@ Test case: single percentage coordinate
PASS style.scrollSnapCoordinate is "50% 100%"
Test case: 3 piece percentage coordinate
-PASS style.scrollSnapCoordinate is "0% 50%"
+PASS style.scrollSnapCoordinate is "none"
Test case: 4 piece pixel coordinate
PASS style.scrollSnapCoordinate is "10px 15px"

Powered by Google App Engine
This is Rietveld 408576698