fontfaceset-clear-css-connected-2-ref.html (478B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <link rel="author" title="Myles C. Maxfield" href="mmaxfield@apple.com"> 4 <link rel="help" href="https://drafts.csswg.org/css-font-loading-3/#dom-fontfaceset-clear"> 5 <meta name="assert" content="Ensure that calling clear() does not remove CSS-connected FontFaces." /> 6 <style> 7 @font-face { 8 font-family: "WebFont"; 9 src: url("resources/Rochester.otf") format("opentype"); 10 } 11 </style> 12 <div style="font: 48px 'WebFont';">Hi</div> 13 </html>