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