summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-002-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-002-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-002-ref.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-002-ref.html b/testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-002-ref.html
new file mode 100644
index 0000000000..67bec9a57e
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/reference/system-color-hightlights-vs-getSelection-002-ref.html
@@ -0,0 +1,41 @@
+<!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;
+ }
+
+ .yellow {
+ background-color: yellow;
+ }
+
+
+ </style>
+
+ <div class="yellow">
+ <span>With getSelection()</span>
+ </div>
+
+ <div class="yellow">
+ <span>With system-color-highlight</span>
+ </div>