blob: 6783f5f55f97adae1b6509669d1c69300a0dced9 [file] [log] [blame]
core.html.normalize
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p><span id="word1">one <a href="#x">two</a> three</span></p>
</body>
</html>
#item expected
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>
<span id="word1">one </span><a href="#x"><span>two</span></a><span> three</span>
</p>
</body>
</html>