summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-font-metrics-003-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-font-metrics-003-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-font-metrics-003-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-font-metrics-003-ref.html b/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-font-metrics-003-ref.html
new file mode 100644
index 0000000000..c1a04b0803
--- /dev/null
+++ b/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-font-metrics-003-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<meta charset="UTF-8">
+<title>CSS Highlight API Test: </title>
+<head>
+ <style>
+ div {
+ margin: 40px;
+ font-size: 20px;
+ text-underline-offset: 10px;
+ text-decoration-line: underline overline;
+ text-decoration-color: green;
+ text-decoration-thickness: 4px;
+ }
+ </style>
+</head>
+<body>
+ <div id="h1">A green 10px offset underline 4px thick and green overline 4px thick</div>
+</body> \ No newline at end of file