more udpates of 'testbase'
This commit is contained in:
parent
bbc1c2e600
commit
43cd6a6606
|
@ -1,2 +1,2 @@
|
|||
./input/in_431895.html:17:14: Warning: adjacent hyphens within comment
|
||||
./input/in_431895.html:32:1: Warning: trimming empty <p>
|
||||
input\in_431895.html:17:14: Warning: adjacent hyphens within comment
|
||||
input\in_431895.html:32:1: Warning: trimming empty <p>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
line 3 column 1 - Warning: missing <!DOCTYPE> declaration
|
||||
line 8 column 3 - Warning: <img> discarding newline in URI reference
|
||||
line 8 column 3 - Warning: <img> discarding newline in URI reference
|
||||
line 8 column 3 - Warning: <img> discarding newline in URI reference
|
||||
line 11 column 1 - Warning: <img> end of file while parsing attributes
|
||||
line 8 column 3 - Warning: <img> escaping malformed URI reference
|
||||
line 8 column 3 - Warning: <img> lacks "alt" attribute
|
||||
Info: Document content looks like XHTML5
|
||||
7 warnings, 0 errors were found!
|
||||
line 11 column 1 - Warning: <img> discarding newline in URI reference
|
||||
line 11 column 1 - Warning: <img> discarding newline in URI reference
|
||||
line 11 column 1 - Warning: <img> discarding newline in URI reference
|
||||
line 14 column 1 - Warning: <img> end of file while parsing attributes
|
||||
line 11 column 1 - Warning: <img> escaping malformed URI reference
|
||||
line 11 column 1 - Warning: <img> lacks "alt" attribute
|
||||
Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
Info: Document content looks like XHTML 1.0 Transitional
|
||||
6 warnings, 0 errors were found!
|
||||
|
||||
URIs must be properly escaped, they must not contain unescaped
|
||||
characters below U+0021 including the space character and not
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
<!-- XHTML namespace declaration required to reproduce bug.
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xml:lang="en"
|
||||
lang="en">
|
||||
<head>
|
||||
<title>[676205] <img src="> crashes Tidy</title>
|
||||
<title>[ 676205 ] <img src="> crashes Tidy</title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="%3E%20%3C/body%3E%20%3C/html%3E" />
|
||||
<img src="%3E%3C/body%3E%3C/html%3E" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue