tor-browser

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

downloadable-font-scoped-to-document-ref.html (560B)


      1 <!DOCTYPE html>
      2 
      3 <html>
      4    <head>
      5        <title>CSS fonts: Web fonts loaded in a document are not available in other documents</title>
      6        <link rel="author" title="Martin Robinson" href="mrobinson@igalia.com">
      7        <link rel="author" title="Mukilan Thiyagarajan" href="mukilan@igalia.com">
      8    </head>
      9 
     10    <body>
     11        <p>Test passes if Ahem is only used in the first iframe.</p>
     12        <iframe src="support/iframe-using-ahem-as-web-font.html"></iframe>
     13        <iframe src="support/iframe-without-web-font.html"></iframe>
     14    </body>
     15 
     16 </html>