blob: 60208b60add248f997fc74c7c6c63f68a9610498 [file] [log] [blame]
core.html.normalize
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p><a href="#x"><b>one</b> two</a> three</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><span> two</span></a><span> three</span>
</p>
</body>
</html>