blob: f228e1bc917288b67afd74b46c6b3496a26bb09b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tests handling of tab characters where not allowed</title>
</head>
<body>
<div>foo&#09;bar</div>
<div>foo bar</div>
<div style="text-rendering: optimizeLegibility">foo&#09;bar</div>
<div style="text-rendering: optimizeLegibility">foo bar</div>
<p>
All four lines above should render the same.
</p>
</body>
</html>