inline-block-001

inline-block: ping test

WeasyPrint

This browser

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2 <html lang="en">
 3  <head>
 4   <title>CSS Test: inline-block: ping test</title>
 5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
 6   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline-block/001.html" type="text/html">
 7   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inlineblock-width">
 8   <style type="text/css">
 9    p { font: 1em/1 Lucida Console, monospace; }
10    span { display: inline-block; border: 1em solid; padding: 0 1em 1em; }
11   </style>
12  </head>
13  <body>
14   <p>This test has: <span>&nbsp;_&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;__&nbsp;__&nbsp;_&nbsp;_&nbsp;<br>|_)/\&nbsp;(_&nbsp;(_&nbsp;|_|&nbsp;\<br>|&nbsp;/--\__)__)|_|_/</span></p>
15  </body>
16 </html>