web-font-no-longer-accessible-when-stylesheet-removed-ref.html (431B)
1 <!DOCTYPE html> 2 3 <html> 4 <head> 5 <title>CSS fonts: Web fonts from removed stylsheets should not be accessible</title> 6 <link rel="author" title="Martin Robinson" href="mrobinson@igalia.com"> 7 <link rel="help" href="https://drafts.csswg.org/css-fonts/#font-face-rule"> 8 </head> 9 10 <body> 11 <p>Test passes if the text below is not rendered with Ahem.</p> 12 <p>TEXT</p> 13 </body> 14 15 </html>