range-descriptor-reversed-ref.html (425B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <style> 4 @font-face { 5 font-family: variable_axes; 6 src: url("resources/variabletest_matching.ttf"); 7 } 8 9 body { 10 font-family: variable_axes, sans-serif; 11 font-size: 80px; 12 } 13 </style> 14 <span>0p;/</span> 15 <span>8i;,</span> 16 <script> 17 document.fonts.ready.then( 18 () => { document.documentElement.classList.remove("reftest-wait"); }); 19 </script> 20 </html>