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