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" |