summaryrefslogtreecommitdiff
path: root/tests/end2end/data/search.html
blob: 1064a7d0173e09ceb4a5d723acb4d840a49d7075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Searching text on the page</title>
    </head>
    <body>
        <p>
            foo<br/>
            Foo<br/>
            Bar<br/>
            bar<br/>
            blüb<br/>
            baz<br/>
            Baz<br/>
            BAZ<br/>
            space travel<br/>
            /slash<br/>
            -r reversed<br/>
            ;; semicolons<br/>
            <a class="toselect" href="hello.txt">follow me!</a><br/>
        </p>
    </body>
</html>