blob: 69e68a114dda33dc40c9b4072317fe5bb3151de9 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<!-- check that U+FEFF doesn't disrupt glyph rendering, see bug 389074 comments 26, 30 -->
<html>
<div style="font-size: large; font-family: sans-serif;">
<!-- leave one FEFF in the text to maintain same line height -->
<p>ABC</p>
</div>
</html>
|