blob: 1cdbce1dee635ed375c3967407a6ba95b7d9cbb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>CSS Text 4.1.2. Segment Break Transformation Rules</title>
<link href="mailto:jeremychen@mozilla.com" rel="author" title="Chun-Min (Jeremy) Chen" />
<link href="https://www.mozilla.org" rel="author" title="Mozilla" />
<link href="support/ahem.css" type="text/css" rel="stylesheet" />
<style> p { line-height: 1; font-family: ahem; } </style>
</head>
<body>
<div>Test passes if there is <b>no</b> white space between 2nd and 3rd CJK character.
<!--Some Chinese-->
<p>一些中文</p>
<!--Some Chinese-->
<p>一些中文</p>
<!--Some Chinese-->
<p>一些中文</p>
<!--Some Hangul-->
<p>一些언문</p>
</div>
</body></html>
|