Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <title>Assure OS/2 usWidthClass isn't referenced</title> |
michael@0 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
michael@0 | 6 | |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | |
michael@0 | 9 | @font-face { |
michael@0 | 10 | font-family: fstest-full; |
michael@0 | 11 | src: url(../fonts/csstest-widths-wd5.ttf); |
michael@0 | 12 | font-stretch: normal; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | body { |
michael@0 | 16 | margin: 50px; |
michael@0 | 17 | } |
michael@0 | 18 | |
michael@0 | 19 | p.test { |
michael@0 | 20 | font-family: fstest-full; |
michael@0 | 21 | font-size: 24px; |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | .fs9 { font-stretch: ultra-condensed; } |
michael@0 | 25 | .fs8 { font-stretch: extra-condensed; } |
michael@0 | 26 | .fs7 { font-stretch: condensed; } |
michael@0 | 27 | .fs6 { font-stretch: semi-condensed; } |
michael@0 | 28 | .fs5 { font-stretch: normal; } |
michael@0 | 29 | .fs4 { font-stretch: semi-expanded; } |
michael@0 | 30 | .fs3 { font-stretch: expanded; } |
michael@0 | 31 | .fs2 { font-stretch: extra-expanded; } |
michael@0 | 32 | .fs1 { font-stretch: ultra-expanded; } |
michael@0 | 33 | |
michael@0 | 34 | </style> |
michael@0 | 35 | |
michael@0 | 36 | </head> |
michael@0 | 37 | <body> |
michael@0 | 38 | |
michael@0 | 39 | <p>The numbers below should appear in ascending sequence:</p> |
michael@0 | 40 | |
michael@0 | 41 | <p class="test"> |
michael@0 | 42 | <span class="fs1">1</span> |
michael@0 | 43 | <span class="fs2">2</span> |
michael@0 | 44 | <span class="fs3">3</span> |
michael@0 | 45 | <span class="fs4">4</span> |
michael@0 | 46 | <span class="fs5">5</span> |
michael@0 | 47 | <span class="fs6">6</span> |
michael@0 | 48 | <span class="fs7">7</span> |
michael@0 | 49 | <span class="fs8">8</span> |
michael@0 | 50 | <span class="fs9">9</span> |
michael@0 | 51 | </p> |
michael@0 | 52 | |
michael@0 | 53 | </body> |
michael@0 | 54 | </html> |