summaryrefslogtreecommitdiffstats
path: root/layout/reftests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 15:18:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 15:18:54 +0000
commita5f28e22cc28ca53d092f6545bc924ee43a8bbe4 (patch)
tree7e02d01734d97de08bdeed66d2d5185f8e4f0a61 /layout/reftests
parentReleasing progress-linux version 115.8.0esr-1~deb12u1progress7u1. (diff)
downloadfirefox-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')
-rw-r--r--layout/reftests/css-grid/grid-repeat-auto-fill-fit-001-ref.html2
-rw-r--r--layout/reftests/css-grid/grid-repeat-auto-fill-fit-001.html2
-rw-r--r--layout/reftests/css-grid/grid-repeat-auto-fill-fit-010-ref.html2
-rw-r--r--layout/reftests/css-grid/grid-repeat-auto-fill-fit-010.html2
-rw-r--r--layout/reftests/css-grid/grid-repeat-auto-fill-fit-011.html2
5 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-001-ref.html b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-001-ref.html
index e650af263a..422ae78679 100644
--- a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-001-ref.html
+++ b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-001-ref.html
@@ -10,6 +10,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 {
diff --git a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-001.html b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-001.html
index 93af88ed73..511a435b82 100644
--- a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-001.html
+++ b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-001.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 {
diff --git a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-010-ref.html b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-010-ref.html
index 5da5488943..17883c81c0 100644
--- a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-010-ref.html
+++ b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-010-ref.html
@@ -10,6 +10,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 {
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 {
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 {