line-breaking-025-ref.html (933B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text Test: fallback line breaking (Lao)</title> 4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net"> 5 <style> 6 div { 7 border-right: 6em solid; 8 width: 6em; 9 } 10 .test { 11 white-space: pre; 12 color: blue; 13 } 14 .ref { 15 white-space: pre; 16 color: orange; 17 } 18 </style> 19 20 <p>This test passes if the <strong>blue text wraps</strong> into more that one line, making it <strong>different</strong> from the orange one. 21 22 <div class=test lang="lo">ການຮັບຮູ້ກຽດຕິສັກອັນມີປະຈຳຢູ່ຕົວບຸກຄົນໃນວົງສະກຸນຂອງມະນຸດທຸກໆຄົນ</div> 23 24 <div class=ref lang="lo">ການຮັບຮູ້ກຽດຕິສັກອັນມີປະຈຳຢູ່ຕົວບຸກຄົນໃນວົງສະກຸນຂອງມະນຸດທຸກໆຄົນ</div>