segment-break-transformation-ignorable-1.html (880B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reftest Test: Segment Break Transformation Rules</title> 4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 5 <link rel="help" href="https://drafts.csswg.org/css-text-3/#line-break-transform"> 6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1927458"> 7 <meta name="assert" content="default-ignorable characters should not interfere with segment break transformation"> 8 <link rel="match" href="segment-break-transformation-ignorable-1-ref.html"> 9 <div>Pass if the two lines match, with no spaces between the characters:</div> 10 <div lang="zh" style="font: 24px serif"> 11 <p> 12 社︀ 13 福︀ 14 葛󠄀 15 禰󠄀 16 葛­ 17 葛‎ 18 葛 19 ‎葛 20 </p> 21 <p> 22 社︀福︀葛󠄀禰󠄀葛葛葛葛 23 </p> 24 </div>