summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/tests/css/CSS2/normal-flow
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/normal-flow')
-rw-r--r--testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht1
4 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht b/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht
index cf14e37ab7..3d9756b005 100644
--- a/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht
+++ b/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht
@@ -31,6 +31,7 @@
width: 150px;
}
</style>
+ <link rel="match" href="block-non-replaced-width-001-ref.xht" />
</head>
<body>
<p>Test passes if the orange and blue rectangles have the <strong>same width</strong>.</p>
diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht
index 83c75c6528..617ccc45ee 100644
--- a/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht
+++ b/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht
@@ -16,6 +16,7 @@
width: 72pt;
}
</style>
+ <link rel="match" href="max-width-003-ref.xht" />
</head>
<body>
<p>Test passes if there is a thin vertical line.</p>
diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht
index 538b701cd6..87d2e4085f 100644
--- a/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht
+++ b/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht
@@ -16,6 +16,7 @@
width: 0;
}
</style>
+ <link rel="match" href="max-width-003-ref.xht" />
</head>
<body>
<p>Test passes if there is a thin vertical line.</p>
diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht
index c0094c463b..157f67d9d1 100644
--- a/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht
+++ b/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht
@@ -15,6 +15,7 @@
width: 1pt;
}
</style>
+ <link rel="match" href="max-width-003-ref.xht" />
</head>
<body>
<p>Test passes if there is a thin vertical line.</p>