summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/highlight-painting-003-ref.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/tests/css/css-pseudo/highlight-painting-003-ref.html
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/highlight-painting-003-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-pseudo/highlight-painting-003-ref.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/highlight-painting-003-ref.html b/testing/web-platform/tests/css/css-pseudo/highlight-painting-003-ref.html
new file mode 100644
index 0000000000..66bacc27de
--- /dev/null
+++ b/testing/web-platform/tests/css/css-pseudo/highlight-painting-003-ref.html
@@ -0,0 +1,42 @@
+<!doctype html>
+<meta charset="utf-8">
+<link rel="author" name="Delan Azabani" href="mailto:dazabani@igalia.com">
+<link rel="stylesheet" href="support/highlights.css">
+<style>
+ * {
+ text-decoration-skip-ink: none;
+ text-decoration-skip: none;
+ }
+ main {
+ font-size: 7em;
+ margin: 0.5em;
+ width: min-content;
+ }
+ .background {
+ width: 100%;
+ height: 0.25em;
+ background: #707070C0;
+ }
+ .unselected {
+ color: #E03838C0;
+ text-decoration: #C0C000C0 solid line-through;
+ }
+ .selected {
+ background: #38E038C0;
+ text-decoration: #663399C0 solid line-through;
+ }
+ .selected, .selected * {
+ color: #663399C0;
+ }
+ .selection {
+ text-decoration: #3838E0C0 solid underline;
+ }
+</style>
+<main class="highlight_reftest">
+ <div class="hrt_layers">
+ <div class="background"></div>
+ <div>qui<span class="unselected">ck</span></div>
+ <div><span class="selected"><span class="selection">qui</span></span>ck</div>
+ quick
+ </div>
+</main>