mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
23
gfx/tests/crashtests/487549-1.html
Normal file
23
gfx/tests/crashtests/487549-1.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Bad kern table - bug 487549</title>
|
||||
<!--
|
||||
The font used here has an invalid 'kern' table that will crash ATSUI
|
||||
if we attempt to use it.
|
||||
See https://bugzilla.mozilla.org/show_bug.cgi?id=487549
|
||||
-->
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: bad-kern-font;
|
||||
src: url(487549-bad_kern_table.ttf) format("truetype");
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: bad-kern-font;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
ABC abc 123
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue