fix null attributes in html parser

This commit is contained in:
dave mankoff 2013-02-10 11:02:52 -05:00
commit 08439bdcf1
3 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<html>
<head>
</head>
<body>
Ensure that empty attributes are copied properly.
<input name="test" disabled style="" />
</body>
</html>