File: ids.html

package info (click to toggle)
python-cssselect2 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 364 kB
  • sloc: python: 2,886; makefile: 14; sh: 6
file content (48 lines) | stat: -rw-r--r-- 1,932 bytes parent folder | download | duplicates (3)
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
40
41
42
43
44
45
46
47
48
<html id="html" xmlns="http://www.w3.org/1999/xhtml"><head>
    <link id="link-href" href="foo" />
    <link id="link-nohref" />
  </head><body>
    <div id="outer-div">
      <a id="name-anchor" name="foo"></a>
      <a id="tag-anchor" rel="tag" class="e" href="http://localhost/foo">link</a>
      <a id="nofollow-anchor" rel="nofollow" href="https://example.org">
        link</a>
      <ol id="first-ol" class="a b c e">
        <li id="first-li">content</li>
        <li id="second-li" lang="En-us">
          <div id="li-div">
          </div>
        </li>
        <li id="third-li" class="ab c"></li>
        <li id="fourth-li" class="ab
c"></li>
        <li id="fifth-li"></li>
        <li id="sixth-li"></li>
        <li id="seventh-li">  </li>
      </ol>
      <p id="paragraph">
        <b id="p-b">hi</b> <em id="p-em">there</em>
        <b id="p-b2">guy</b>
        <input type="checkbox" id="checkbox-unchecked" />
        <input type="checkbox" id="checkbox-disabled" disabled="" />
        <input type="text" id="text-checked" checked="checked" />
        <input type="hidden" id="input-hidden" />
        <input type="hidden" id="input-hidden-disabled" disabled="disabled" />
        <input type="checkbox" id="checkbox-checked" checked="checked" />
        <input type="checkbox" id="checkbox-disabled-checked"
               disabled="disabled" checked="checked" />
        <fieldset id="fieldset" disabled="disabled">
          <input type="checkbox" id="checkbox-fieldset-disabled" />
          <input type="hidden" id="hidden-fieldset-disabled" />
        </fieldset>
      </p>
      <ol id="second-ol" class="e">
      </ol>
      <map name="dummymap">
        <area shape="circle" coords="200,250,25" href="foo.html" id="area-href" />
        <area shape="default" id="area-nohref" />
      </map>
    </div>
    <div id="foobar-div" foobar="ab bc
cde"><span id="foobar-span"></span></div>
</body></html>