blob: 5e380ebb57c91c98b262d96c2937e8e4b35d3219 [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>