Status: PASS | Duration: 10ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-text/line-breaking/segment-break-transformation-rules-013.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Reftest Test: 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="help" href="https://drafts.csswg.org/css-text-3/#line-break-transform"> <meta name="assert" content="'segment-break-transformation-rules: with East Asian Half-width (H)/Not East Asian (Neutral) in front/back of the semgment break."> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> <link rel="match" href="segment-break-transformation-rules-013-ref.html"> <style> p { font-family: ahem; } </style> <div>Pass if there is ONE white space between the two strings below. <p>テスト
آزمون</p> </div>
/css/css-text/line-breaking/segment-break-transformation-rules-013-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Reftest Reference: 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> <div>Pass if there is ONE white space between the two strings below. <p>テスト آزمون</p> </div>