blob: 89025dd93b4e2a43a34c0ba9654948f1b5c7051c [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>