text-justify-inter-character-atomic-inline-ref.html (447B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <link rel="stylesheet" href="/fonts/ahem.css"> 6 <style> 7 p { 8 font: 20px/1 Ahem; 9 border: 1px solid black; 10 padding: 10px; 11 width: 100px; 12 } 13 .test { 14 } 15 .test img { 16 width: 20px; 17 height: 20px; 18 vertical-align: top; 19 } 20 </style> 21 </head> 22 <body> 23 <p class="test">X<img src="/images/blue.png" style="padding-left:10px;"><img src="/images/blue.png" style="padding-right:10px;">X</p> 24 </body> 25 </html>