blob: a0565058d9fe88ad97a59d7805774d46010448c3 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<!DOCTYPE html>
<html>
<head>
<title>Pivot test document</title>
<meta charset="utf-8" />
</head>
<body>
<div id="start-block">This is the very beginning.</div>
<p id="paragraph-1">
This <b>is</b> <a id="p1-link-1" href="#">the</a> test of text.
</p>
<div id="section-1">A <a id="s1-link-1" href="#">multiword link</a> is here. <a id="s1-link-2" href="#">We</a> will traverse</div>
<div id="section-2">into, out, and between the subtrees.</div>
<p id="paragraph-2">Singularity.</p>
<table>
<tr>
<td id="cell-1">Magical</td>
<td id="cell-2">unicorns</td>
</tr>
<tr>
<td id="cell-3">and wizards</td>
<td id="cell-4">really exist.</td>
</tr>
</table>
<div id="section-3">Endless fun!</div>
<p id="paragraph-3">Objects<a id="p3-link-1" href="#">adjacent</a>to <a id="p3-link-2" href="#">each</a><a id="p3-link-3" href="#">other</a> should be separate.</p>
<p id="paragraph-4">Hello <strong>real</strong><a href="#"> world</p>
<a href="#" id="image-desc-link">
<img src="../moz.png" alt="">Hello
</a>
<p id="image-end-line">
a<img src="../moz.png" alt="b"><br>
c
</p>
<div id="end-block">End!</div>
</body>
</html>
|