diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 15:18:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 15:18:54 +0000 |
commit | a5f28e22cc28ca53d092f6545bc924ee43a8bbe4 (patch) | |
tree | 7e02d01734d97de08bdeed66d2d5185f8e4f0a61 /layout/reftests/css-grid/grid-repeat-auto-fill-fit-010.html | |
parent | Releasing progress-linux version 115.8.0esr-1~deb12u1progress7u1. (diff) | |
download | firefox-esr-a5f28e22cc28ca53d092f6545bc924ee43a8bbe4.tar.xz firefox-esr-a5f28e22cc28ca53d092f6545bc924ee43a8bbe4.zip |
Merging upstream version 115.9.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/reftests/css-grid/grid-repeat-auto-fill-fit-010.html')
-rw-r--r-- | layout/reftests/css-grid/grid-repeat-auto-fill-fit-010.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-010.html b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-010.html index 7c923e65cf..0f8c0d510b 100644 --- a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-010.html +++ b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-010.html @@ -12,6 +12,8 @@ <style type="text/css"> html,body { color:black; background-color:white; font-size:16px; padding:0; margin:0; + /* We use overflow:hidden on root scroller to work around bug 1873749: */ + overflow: hidden; } .grid { |