File: HTMLParserTestCaseWithBaseHRef2.html

package info (click to toggle)
jakarta-jmeter 2.13-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 37,012 kB
  • sloc: java: 111,079; xml: 23,401; sh: 118; makefile: 49; jsp: 18
file content (42 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (8)
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
<HTML>
<head>
  <base href="http://localhost/mydir/images/">
</head>
<body>
<img name="a" src="image-a.gif" align="top">
<img src="image-b.gif" name="b" align="top"/>
<img src="image-b.gif" name="b" align="top"/>
<img align="top" name="c" src= "image-c.gif">
<img name="d" align="top" src ="image-d.gif"/>
<img
  align="top"
  name="e"
  src =
    "image-e.gif"
>
<img
  align="top"
  Name="F"
  sRc = "sub/image-f.gif"
/>
<input name="a" src="image-a2.gif" type="image"/>
<input src="image-b2.gif" name="b" type="image">
<input type= "image" name="c" src= "sub/image-c2.gif"/>
<input name="d" type ="image" src ="image-d2.gif">
<input name="d2" type ="image" src ="image-d2.gif">
<input name="d3" type ="imagex" src ="image-d2.gif">
<input
  type =
    "image"
  name="e"
  src =
    "image-e2.gif"
/>
<input
  type = "image"
  Name="F"
  sRc = "image-f2.gif"
>

</body>
</html>