1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-matching/stretchmapping-reverse-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,54 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>Assure OS/2 usWidthClass isn't referenced</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 +@font-face { 1.13 + font-family: fstest-full; 1.14 + src: url(../fonts/csstest-widths-wd5.ttf); 1.15 + font-stretch: normal; 1.16 +} 1.17 + 1.18 +body { 1.19 + margin: 50px; 1.20 +} 1.21 + 1.22 +p.test { 1.23 + font-family: fstest-full; 1.24 + font-size: 24px; 1.25 +} 1.26 + 1.27 +.fs9 { font-stretch: ultra-condensed; } 1.28 +.fs8 { font-stretch: extra-condensed; } 1.29 +.fs7 { font-stretch: condensed; } 1.30 +.fs6 { font-stretch: semi-condensed; } 1.31 +.fs5 { font-stretch: normal; } 1.32 +.fs4 { font-stretch: semi-expanded; } 1.33 +.fs3 { font-stretch: expanded; } 1.34 +.fs2 { font-stretch: extra-expanded; } 1.35 +.fs1 { font-stretch: ultra-expanded; } 1.36 + 1.37 +</style> 1.38 + 1.39 +</head> 1.40 +<body> 1.41 + 1.42 +<p>The numbers below should appear in ascending sequence:</p> 1.43 + 1.44 +<p class="test"> 1.45 +<span class="fs1">1</span> 1.46 +<span class="fs2">2</span> 1.47 +<span class="fs3">3</span> 1.48 +<span class="fs4">4</span> 1.49 +<span class="fs5">5</span> 1.50 +<span class="fs6">6</span> 1.51 +<span class="fs7">7</span> 1.52 +<span class="fs8">8</span> 1.53 +<span class="fs9">9</span> 1.54 +</p> 1.55 + 1.56 +</body> 1.57 +</html> 1.58 \ No newline at end of file