blob: 4c7b6b23020b5b5ddc025e224f0b1826ef1487d1 (
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
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>
Include Id Test
</h3>
<h2 id="a.simple_include">
Simple include
</h2>
<h2 id="b.simple_include">
Simple include
</h2>
<h2 id="c.title__no_id">
Title, no id
</h2>
<h2 id="d.title__no_id">
Title, no id
</h2>
<h2 id="with-id.title_with_id">
Title with id
</h2>
<h2 id="with-id.title_with_id0">
Title with id
</h2>
</body>
</html>
|