bug-1562091.html (596B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 5 <meta charset="UTF-8"> 6 <style> 7 .IconElement { direction: ltr; text-align: left; height: 24px; overflow: hidden; width: 24px; display: inline-block; position: relative; } 8 .IconImage::before { content: url("./bug-1562091-icon.svg"); } 9 .IconImage { position: absolute; left: 0px; top: -7224px; } 10 </style> 11 </head> 12 13 <body> 14 There should be a visible icon after this text: 15 <div class="IconElement"> <div class="IconImage"> </div> </div> 16 </body> 17 </html>