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.
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <title>test for font selection by language reference</title>
7 <!-- A unique name is included in font-family
8 to force a new cache entry for each element.
9 -->
10 <style type="text/css">
11 p.a {
12 font-family: sans-serif, font-selection-by-lang-1;
13 }
14 p.b {
15 font-family: sans-serif, font-selection-by-lang-2;
16 }
17 </style>
18 </head>
19 <body>
20 <p class="a" lang="ja">0123456789<p>
21 <p class="b" lang="en">0123456789<p>
22 </body>
23 </html>