gecko/layout/reftests/bugs/389074-1-ref.html

9 lines
257 B
HTML

<!DOCTYPE html>
<!-- check that U+FEFF doesn't disrupt glyph rendering, see bug 389074 comments 26, 30 -->
<html>
<div style="font-size: large;">
<!-- leave one FEFF in the text to maintain same line height -->
<p>&#xfeff;ABC</p>
</div>
</html>