From 3e2d8fc027ffccb98d701560e7ed9d72343b549a Mon Sep 17 00:00:00 2001 From: Kurt Catti-Schmidt Date: Thu, 30 Nov 2023 14:28:15 -0800 Subject: [PATCH] [GridNG] Update test file to match reference scrollbars The reference for this test is 100x100-grey-box-with-scrollbars.html, which has a 150px by 150px square overflowing a 100px by 100px box, but the test specifies a 120px by 120px square overflowing a 100px by 100px box. Since the scrollbar thumb is based on the amount of content inside of the scrollable region, the size of the scrollbar thumb didn't match the reference and the test was failing. The fix here is to make the test 150px by 150px so it matches the reference. The conditions that it's testing (that scrollbars are visible) remains unchanged. Bug: 1335889 Change-Id: If78b7d9a2ad04bde5b6e1ce1f7757e537ab97535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5077836 Reviewed-by: Ian Kilpatrick Reviewed-by: Alison Maher Commit-Queue: Kurt Catti-Schmidt Reviewed-by: Ethan Jimenez Commit-Queue: Ian Kilpatrick Cr-Commit-Position: refs/heads/main@{#1231543} --- .../grid-model/grid-areas-overflowing-grid-container-009.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/css-grid/grid-model/grid-areas-overflowing-grid-container-009.html b/css/css-grid/grid-model/grid-areas-overflowing-grid-container-009.html index d1ab96e4c770c6..367820eaeae700 100644 --- a/css/css-grid/grid-model/grid-areas-overflowing-grid-container-009.html +++ b/css/css-grid/grid-model/grid-areas-overflowing-grid-container-009.html @@ -10,7 +10,7 @@