blob: 55bc4dda08dc5563cf88371ec090733ab6c277df [file] [log] [blame]
core.html.normalize
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<b>This</b> is a test
</body>
</html>
#item expected
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>
<span style="font-weight: bold">This</span><span> is a test</span>
</p>
</body>
</html>