summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/highlight-styling-003-ref.html
blob: d6db9cfdd2b97449c04c564ba2432e687956dbc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<meta charset="utf-8">
<link rel="author" title="Delan Azabani" href="mailto:dazabani@igalia.com">
<link rel="stylesheet" href="support/highlights.css">
<style>
    main {
        font-size: 7em;
        margin: 0.5em;
        color: white;
        -webkit-text-fill-color: yellow;
        -webkit-text-stroke-color: green;
        -webkit-text-stroke-width: 4px;
    }
</style>
<p>Test passes if the text below is yellow with a green outline.
<main class="highlight_reftest">quick</main>