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