mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
8 lines
282 B
HTML
8 lines
282 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; font-family: sans-serif;">
|
|
<!-- leave one FEFF in the text to maintain same line height -->
|
|
<p>ABC</p>
|
|
</div>
|
|
</html>
|