blob: f6405b228ddba85a61b565bd0f784bb1d8b310e7 [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></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>
</p>
</body>
</html>