tor-browser

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

palette-values-rule-delete-2-ref.html (587B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Tests that dynamically deleting a @font-palette-values rule causes the necessary rendering update</title>
      6 <link rel="help" href="https://drafts.csswg.org/css-fonts/#font-palette-values">
      7 <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com">
      8 <style id="style">
      9 @font-face {
     10    font-family: "COLR-test-font";
     11    src: url("resources/COLR-palettes-test-font.ttf") format("truetype");
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 <div style="font: 48px 'COLR-test-font'; font-palette: --MyPalette;">A</div>
     17 </body>
     18 </html>