diff options
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 { |