1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/tests/crashtests/693143-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,44 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>Tiny ugly fonts</title> 1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1.9 + 1.10 +<style type="text/css"> 1.11 + 1.12 +body { 1.13 + margin: 50px; 1.14 +} 1.15 + 1.16 +p, div { 1.17 + margin: 0; 1.18 +} 1.19 + 1.20 +#test { 1.21 + font-size: 1px; 1.22 +} 1.23 + 1.24 +#test p { 1.25 + font-size: 8.3%; 1.26 +} 1.27 + 1.28 +#f1 { font-family: Terminal; } 1.29 +#f2 { font-family: FixedSys; } 1.30 +#f3 { font-family: Script; } 1.31 +#f4 { font-family: Roman; } 1.32 + 1.33 +</style> 1.34 + 1.35 +</head> 1.36 +<body> 1.37 + 1.38 +<h4>No text should show below this line</h4> 1.39 +<div id="test"> 1.40 +<p id="f1">ugly font</p> 1.41 +<p id="f2">ugly font</p> 1.42 +<p id="f3">ugly font</p> 1.43 +<p id="f4">ugly font</p> 1.44 +</div> 1.45 + 1.46 +</body> 1.47 +</html> 1.48 \ No newline at end of file