summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/css-target-text-decoration-001.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-highlight-api/painting/css-target-text-decoration-001.html')
-rw-r--r--testing/web-platform/tests/css/css-highlight-api/painting/css-target-text-decoration-001.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-highlight-api/painting/css-target-text-decoration-001.html b/testing/web-platform/tests/css/css-highlight-api/painting/css-target-text-decoration-001.html
new file mode 100644
index 0000000000..fa76c0bc4e
--- /dev/null
+++ b/testing/web-platform/tests/css/css-highlight-api/painting/css-target-text-decoration-001.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+<meta charset="utf-8">
+<title>CSS Highlight API Test: ::target-text text-decoration</title>
+<link rel="help" href="https://drafts.csswg.org/css-highlight-api-1/">
+<link rel="match" href="css-target-text-decoration-001-ref.html">
+<meta name="assert" content="This test checks that text-decorations of target text are fully rendered.">
+<meta name="fuzzy" content="0-60;0-32">
+<script src="/common/reftest-wait.js"></script>
+<style>
+ ::target-text {
+ text-decoration: wavy underline overline green 5px;
+ text-underline-offset: 20px;
+ background-color: transparent;
+ }
+ div {
+ border: solid 1px black;
+ padding: 50px;
+ }
+</style>
+<div id="upper">The word remain has under/over lines.</div>
+<script>
+ window.location.href = `css-target-text-decoration-001.html#:~:text=remain`;
+ requestAnimationFrame(() => takeScreenshot());
+</script>
+</html> \ No newline at end of file