1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/tests/crashtests/487549-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<html> 1.5 +<head> 1.6 +<title>Bad kern table - bug 487549</title> 1.7 +<!-- 1.8 + The font used here has an invalid 'kern' table that will crash ATSUI 1.9 + if we attempt to use it. 1.10 + See https://bugzilla.mozilla.org/show_bug.cgi?id=487549 1.11 +--> 1.12 +<style> 1.13 +@font-face { 1.14 + font-family: bad-kern-font; 1.15 + src: url(487549-bad_kern_table.ttf) format("truetype"); 1.16 +} 1.17 + 1.18 +body { 1.19 + font-family: bad-kern-font; 1.20 +} 1.21 +</style> 1.22 +</head> 1.23 +<body> 1.24 +ABC abc 123 1.25 +</body> 1.26 +</html>