blob: a297443f392fc12a0b13f1f4c81e6a53f55565a9 [file] [log] [blame]
core.html.normalize
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
one <a href="#x">two</a> three
</body>
</html>
#item expected
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>
<span>one </span><a href="#x"><span>two</span></a><span> three</span>
</p>
</body>
</html>