tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fontfaceset-delete-css-connected-2-ref.html (484B)


      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-delete">
      5 <meta name="assert" content="Ensure that calling delete() with a CSS-connected FontFace has no effect." />
      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>