blob: e4af24507319a74411da289127be976f54ea2658 [file] [log] [blame]
core.html.normalize
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<b>one</b><span class="uxwrite-foo"></span><b>two</b>
</body>
</html>
#item expected
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>
<span style="font-weight: bold">one</span><span class="uxwrite-foo"></span><span style="font-weight: bold">two</span>
</p>
</body>
</html>