aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test_local_bookmark.html
blob: 50c80f9bdb32191b5cf9a8ce0ddeb36b819a2707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
    <head>
        <style type="text/css">
            body { font-size:40px; }
        </style>
    </head>

    <body>
        <div>
            <div id="text1">    1st text  </div>
            <div id="text2">    2nd text  </div>
            <div id="text3">    3rd text  </div>
        </div>
        <div>
            <span>This</span> <span> is</span> <span>span</span>
            <span>This </span> <span>is</span> <span>span</span>
        </div>
        <a name="top"> [name is "top"] </a>
        <h3 id="h3">
            [id is "h3"] <hr/>
            <span> text </span>
            <span style="font-family:Times New Roman"> Times New Roman </span>
            <span style="font-family:Verdana"> Verdana </span>
            <span style="font-family:Arail"> Arial </span>
            <span style="font-family:Courier New"> Courier New </span>
            <span style="font-family:Georgia"> Georgia</span>
            <span style="font-family:Lucida Console"> Lucida Console </span>
            <div id ="num"> [id is "num"] </div>
            <span> 1 </span>
            <span> 2 </span>
            <div> 3 </div>
            <span> 4 </span>
            <span> 5 </span>
        </h3>
        <h4>
            --- Bottom ---
        </h4>
    </body>
</html>