1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/text-language-00-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<head> 1.6 +<title>SVG, text, language...</title> 1.7 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1.8 +<style type="text/css"> 1.9 +body { 1.10 + font-family: sans-serif; 1.11 + font-size: 24px; 1.12 + margin: 24px; 1.13 +} 1.14 +div { 1.15 + height: 100px; 1.16 +} 1.17 +</style> 1.18 +</head> 1.19 + 1.20 +<body> 1.21 +<div lang="en"> 1.22 + <p>Hello world, 你好吗?</p> 1.23 +</div> 1.24 +<div lang="en"> 1.25 + <p>Hello world, 你好吗?</p> 1.26 +</div> 1.27 +<div lang="en"> 1.28 + <p>Hello world, 你好吗?</p> 1.29 +</div> 1.30 +</body> 1.31 +</html>