aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-text-3_dev/xhtml1/reference/segment-break-transformation-unremovable-ref.xht
blob: eda9a33111a6508195df4a2c080ec6fcb0e50539 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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 { font-family: ahem; } </style>
</head>
<body>
<div>Test passes if there is <b>one</b> white space between 2nd and 3rd CJK character.
<!--Some Hangul-->
<p>一些&#xA0;언문</p>
</div>


</body></html>