summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/selectors
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/selectors
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/selectors')
-rw-r--r--testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht1
3 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht
index 6cdacc6058..f2837ba7b9 100644
--- a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht
+++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht
@@ -10,6 +10,7 @@
div div { float: right; }
:first-line { color: green; }
</style>
+ <link rel="match" href="/css/CSS2/cascade/cascade-012-ref.xht" />
</head>
<body>
<div>
diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht
index 19b867f7e1..f919376733 100644
--- a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht
+++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht
@@ -10,6 +10,7 @@
div div { display: none; }
:first-line { color: green; }
</style>
+ <link rel="match" href="/css/CSS2/cascade/cascade-012-ref.xht" />
</head>
<body>
<div>
diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht
index b19368d4ba..8759b830b1 100644
--- a/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht
+++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht
@@ -11,6 +11,7 @@
color: green;
}
</style>
+ <link rel="match" href="/css/CSS2/reference/filler-text-below-green.xht" />
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>