summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html
new file mode 100644
index 0000000000..f2cf946041
--- /dev/null
+++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-025-ref.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+
+ <meta charset="UTF-8">
+
+ <title>CSS Reftest Reference</title>
+
+ <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+
+ <link rel="stylesheet" href="../support/highlights.css">
+ <style>
+ div
+ {
+ background-color: yellow;
+ color: green;
+ display: inline;
+ font-size: 300%;
+ }
+
+ span
+ {
+ color: purple;
+ }
+ </style>
+
+ <p>Test passes if background color of "Selected Text" is yellow, if the "S" glyph is purple and if the other glyphs are green.
+
+ <div class="highlight_reftest"><span>S</span>elected Text</div>