control-chars-00D-ref.html (821B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Reference file</title> 4 <link rel=author title="Florian Rivoal" href="https://florian.rivoal.net"> 5 <style> 6 div { 7 font-size: 2em; 8 font-family: monospace; 9 color: blue; 10 width: 4ch; 11 } 12 #ref { 13 color: orange; 14 } 15 .p {white-space: pre;} 16 .pw {white-space: pre-wrap;} 17 .pl {white-space: pre-line;} 18 .bs {white-space: break-spaces;} 19 .nw {white-space: nowrap;} 20 </style> 21 22 <p>Test passes if blue charaters are arranged exactly in the same way as the orange ones. 23 24 <div>A B C<span class=p> </span>D<span class=pw> </span>E<span class=pl> </span>F<span class=bs> </span>G<span class=nw> </span>H</div> 25 26 <div id=ref>A B C<span class=p> </span>D<span class=pw> </span>E<span class=pl> </span>F<span class=bs> </span>G<span class=nw> </span>H</div>