1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/font-selection-by-lang-01-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 1.5 +<html> 1.6 +<head> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 1.8 + <meta http-equiv="Content-Style-Type" content="text/css"> 1.9 + <title>test for font selection by language reference</title> 1.10 + <!-- A unique name is included in font-family 1.11 + to force a new cache entry for each element. 1.12 + --> 1.13 + <style type="text/css"> 1.14 + p.a { 1.15 + font-family: sans-serif, font-selection-by-lang-1; 1.16 + } 1.17 + p.b { 1.18 + font-family: sans-serif, font-selection-by-lang-2; 1.19 + } 1.20 + </style> 1.21 +</head> 1.22 +<body> 1.23 + <p class="a" lang="ja">0123456789<p> 1.24 + <p class="b" lang="en">0123456789<p> 1.25 +</body> 1.26 +</html>