summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/highlight-paired-cascade-004.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /testing/web-platform/tests/css/css-pseudo/highlight-paired-cascade-004.html
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/highlight-paired-cascade-004.html')
-rw-r--r--testing/web-platform/tests/css/css-pseudo/highlight-paired-cascade-004.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/highlight-paired-cascade-004.html b/testing/web-platform/tests/css/css-pseudo/highlight-paired-cascade-004.html
deleted file mode 100644
index 61e2b7d7f0..0000000000
--- a/testing/web-platform/tests/css/css-pseudo/highlight-paired-cascade-004.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!doctype html>
-<meta charset="utf-8">
-<title>CSS Pseudo-Elements Test: paired cascade: rule includes highlight pseudos other than ::selection</title>
-<link rel="author" name="Delan Azabani" href="mailto:dazabani@igalia.com">
-<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#highlight-cascade">
-<link rel="mismatch" href="highlight-paired-cascade-004-notref.html">
-<meta name="assert" value="This test verifies that setting color on ::target-text suppresses any UA non-initial used value for background-color. ::target-text is a highlight pseudo with a recommended UA default background-color that is not initial (Mark), so paired cascade can be observed.">
-<link rel="stylesheet" href="support/highlights.css">
-<style>
- :link, :visited {
- color: blue;
- }
- main {
- font-size: 7em;
- margin: 0.5em;
- }
- main::target-text {
- /*
- Used background-color should be initial (transparent).
- https://www.w3.org/TR/CSS21/colors.html#propdef-background-color
- */
- color: black;
- }
-</style>
-<p>Test passes if the text below does not appear to be highlighted (<a href="">test again</a>).
-<main class="highlight_reftest">quick</main>
-<script>location.href = "#:~:text=quick";</script>