summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-001-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-001-ref.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-001-ref.html b/testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-001-ref.html
new file mode 100644
index 0000000000..c5d48b4c9f
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-001-ref.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+
+ <meta charset="UTF-8">
+ <title>CSS Reference Test</title>
+
+ <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+
+ <style>
+ div
+ {
+ font-size: 40px;
+ line-height: 1;
+ }
+
+ /*
+ https://www.w3.org/TR/css-pseudo-4/#highlight-bounds
+ For text, the corresponding overlay must cover at least
+ the entire em box and may extend further above/below the
+ em box to the line box edges.
+ */
+
+ span
+ {
+ background-color: Highlight;
+ color: HighlightText;
+ }
+
+ </style>
+
+ <div><span>With system-color-highlight</span></div>
+
+ <div><span>With getSelection()</span><br></div>