diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html new file mode 100644 index 0000000000..d212344c12 --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/active-selection-012-ref.html @@ -0,0 +1,22 @@ +<!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: green; + color: aqua; + display: inline; + font-size: 300%; + } + </style> + + <p>Test passes if the background color of each glyph of "Selected Text" is green and <strong>not red</strong> while each glyph of "Selected Text" is aqua and <strong>not fuchsia</strong>. + + <div class="highlight_reftest">Selected Text</div> |