diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 15:18:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 15:18:07 +0000 |
commit | 328078c4d259e52db1a4848c00ee0b420775c91c (patch) | |
tree | ca9b0e61a1c03f0246b0371423bbbe570193e2f1 /layout/reftests/css-grid/grid-repeat-auto-fill-fit-011.html | |
parent | Adding upstream version 115.8.0esr. (diff) | |
download | firefox-esr-328078c4d259e52db1a4848c00ee0b420775c91c.tar.xz firefox-esr-328078c4d259e52db1a4848c00ee0b420775c91c.zip |
Adding upstream version 115.9.0esr.upstream/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-011.html')
-rw-r--r-- | layout/reftests/css-grid/grid-repeat-auto-fill-fit-011.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-011.html b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-011.html index 4a39831f29..998dfe3693 100644 --- a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-011.html +++ b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-011.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 { |