summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/line-breaking/segment-break-transformation-unremovable-ref.html
blob: a01122900982ce9b7aa2cd71094a1c2a0ba2c976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Text 4.1.2. Segment Break Transformation Rules</title>
<link rel="author" title="Chun-Min (Jeremy) Chen" href="mailto:jeremychen@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<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>&#x4e00;&#x4e9b;&nbsp;&#xc5b8;&#xbb38;</p>
</div>
</body>
</html>