mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
9 lines
257 B
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>ABC</p>
|
|
</div>
|
|
</html>
|