segment-break-transformation-rules-004

Segment Break Transformation Rules

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Assertion
'segment-break-transformation-rules: with East Asian Full-width (F)/East Asian Narrow (Na) in front/back of the semgment break.

Source

 1 <!DOCTYPE html>
 2 <html><head><meta charset="utf-8">
 3 <title>CSS Reftest Test: Segment Break Transformation Rules</title>
 4 <link href="mailto:jeremychen@mozilla.com" rel="author" title="Chun-Min (Jeremy) Chen">
 5 <link href="https://www.mozilla.org" rel="author" title="Mozilla">
 6 <link href="https://drafts.csswg.org/css-text-3/#line-break-transform" rel="help">
 7 <meta content="'segment-break-transformation-rules: with East Asian Full-width (F)/East Asian Narrow (Na) in front/back of the semgment break." name="assert">
 8 <link href="support/ahem.css" type="text/css" rel="stylesheet">
 9 <link href="reference/segment-break-transformation-rules-004-ref.htm" rel="match">
10 <style> p { font-family: ahem; } </style>
11 </head><body><div>Pass if there is ONE white space between the two strings below.
12 <p>FULLWIDTH
13 narrow</p>
14 </div>
15 </body></html>