File: test-unknown-element.html

package info (click to toggle)
nekohtml 1.9.22.noko2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,088 kB
  • sloc: java: 8,004; xml: 378; makefile: 12; sh: 8
file content (16 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html><head><title>foo</head>
<body>
<a>Here is an <unknown>unknown element</unknown> in some inline text</a>
<div>and <unknown>here</unknown> in some block text</div>
<p>and <unknown>here</unknown> in a paragraph</p>

<unknown>
<p>containing p tag</p>
</unknown>
<unknown>
<a>a tag</a>
</unknown>
<unknown>
<div>and a div</div>
</unknown>
</body></html>