summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/first-letter-space-not-selected-ref.html
blob: 21a22bd273688115b3916691b4c4557f30d063d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Ethan Malasky" href="mailto:emalasky@adobe.com">
</head>
<body>
    <p>Test passes if there is no red.</p>
    <div class="test">&nbsp;</div>
    <div class="test">&nbsp;A</div>
    <div class="test">&ensp;</div>
    <div class="test">&ensp;B</div></body>
    <div class="test">&emsp;</div>
    <div class="test">&emsp;C</div></body>
    <div class="test">&thinsp;</div>
    <div class="test">&thinsp;D</div></body>
</html>