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