mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
237 B
HTML
8 lines
237 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;">
|
|
<p>ABC</p>
|
|
</div>
|
|
</html>
|