summaryrefslogtreecommitdiff
path: root/tests/end2end/data/caret.html
blob: 2f90805c0c0240367b856d222ee31674fd55ef56 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Caret mode</title>
    </head>
    <body>
        <p><a href="hello.txt">one</a> two three<br/>eins zwei drei</p>
        <p>four five six<br/>vier fünf sechs</p>
    </body>
</html>