File: case-1027888.html

package info (click to toggle)
tidy-html5 2%3A5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,668 kB
  • sloc: ansic: 43,061; ruby: 1,368; sh: 404; xml: 225; cpp: 30; makefile: 26
file content (33 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
  <title>div merging tests</title>
</head>
<body>
  <div id="id1">
    <p>1</p>
  </div>
  <div id="id2_1">
    <div id="id2_2">
      <p>2</p>
    </div>
  </div>
  <div title="div2">
    <p>3</p>
  </div>
  <div class="cl1 cl2"
       title="div2">
    <p>4</p>
  </div>
  <div title="div2"
       onclick="f()"
       id="id5">
    <p>5</p>
  </div>
  <div title="div2"
       onclick="f()"
       id="id6">
    <p>6</p>
  </div>
</body>
</html>