summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-letter-004-ref.html
blob: 75a0149a8f81d8bf915b5e98ef86cfb4be0e5b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
    div {
        font-size: 36px;
    }
    span {
        color: green;
    }
</style>
<body>
    <p>Test passes if the "T" and surrounding punctuation below are green.</p>
    <div><span>&#x104e;&#x300;T&#x300;&#x104e;&#x300;</span>est</div>
</body>