trailing-other-space-separators-break-spaces-013-ref.html (664B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Test reference</title> 4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> 5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 6 <style> 7 div { 8 white-space: pre; 9 font-size: 10px; 10 line-height: 1; 11 width: 2em; 12 } 13 section { 14 font-family: Ahem; 15 float: left; 16 margin: 0 1em; 17 color: blue; 18 } 19 .ref { 20 color: orange; 21 } 22 </style> 23 24 <p>Test passes if the orange and blue parts of this page are identical. 25 26 <section class=ref> 27 <div>xx あ<br>あ あ<br>あ xx</div> 28 </section> 29 <section> 30 <div>xx あ<br>あ あ<br>あ xx</div> 31 </section>