1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-features/fwid-spaces-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html lang="ja"> 1.6 +<head> 1.7 +<title>Full-width variations of regular spaces</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 +body { 1.13 + margin: 5px; 1.14 +} 1.15 + 1.16 +#test, #test pre { 1.17 + font: 150% Hiragino Kaku Gothic ProN, Meiryo, sans-serif; 1.18 +} 1.19 + 1.20 +#test pre span { 1.21 + background-color: red; 1.22 +} 1.23 + 1.24 +pre { 1.25 + margin: 0; 1.26 + padding: 0; 1.27 +} 1.28 +</style> 1.29 + 1.30 +</head> 1.31 +<body> 1.32 +<p>Rows should all be the same length:</p> 1.33 +<div id="test"> 1.34 +<pre><span> a b c A B C </span></pre> 1.35 +<pre><span> a b c A B C </span></pre> 1.36 +<pre><span>ba bA bb bB c</span></pre> 1.37 +<pre><span>ba bA bb bB c</span></pre> 1.38 +</div> 1.39 +</body> 1.40 +</html> 1.41 \ No newline at end of file