segment-break-transformation-unremovable-4.html (1057B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Text 4.1.2. Segment Break Transformation Rules</title> 6 <link rel="author" title="Chun-Min (Jeremy) Chen" href="mailto:jeremychen@mozilla.com"> 7 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 8 <link rel="help" href="https://drafts.csswg.org/css-text-3/#line-break-transform"> 9 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> 10 <link rel="match" href="segment-break-transformation-unremovable-ref.html"> 11 <meta name="assert" content="Test checks that a sequence which consists of multiple collapsible 12 segment breaks mixed with multiple white spaces should be converted to a white space (U+0020), 13 if both the character before/after the sequence is Hangul."> 14 <style> p { font-family: ahem; } </style> 15 </head> 16 <body> 17 <div>Test passes if there is <b>one</b> white space between 2nd and 3rd CJK character. 18 <!--Some[WS][LF][WS][LF][WS][LF][WS]Hangul--> 19 <p>一些 
 
 
 언문</p> 20 </div> 21 </body> 22 </html>