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