blob: 70ec4e33207772c39c66aff1ca56b00aafe7695f (
plain)
1
2
3
4
5
6
7
|
<!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;">
<p>ABC</p>
</div>
</html>
|