background-image-first-line-ref.html (547B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <meta name="flags" content="ahem image"> 4 <script src="/common/reftest-wait.js"></script> 5 <link rel="preload" as="image" href="../support/cat.png" onload="takeScreenshot()" /> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style type="text/css"> 8 #content { 9 color: transparent; 10 font: 100px/1 Ahem; 11 background-image: url("../support/cat.png"); /* 98 w. by 99px h. */ 12 background-repeat: no-repeat; 13 } 14 </style> 15 <p>Test passes if cat image is visible.</p> 16 <div id="content">X</div>