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