<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Tests handling of tab characters where not allowed</title> | |
</head> | |
<body> | |
<div>foo bar</div> | |
<div>foo bar</div> | |
<div style="text-rendering: optimizeLegibility">foo bar</div> | |
<div style="text-rendering: optimizeLegibility">foo bar</div> | |
<p> | |
All four lines above should render the same. | |
</p> | |
</body> | |
</html> |