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