chromium/third_party/blink/web_tests/external/wpt/css/css-fonts/web-font-no-longer-accessible-when-stylesheet-removed-ref.html

 <!DOCTYPE html>

<html>
    <head>
        <title>CSS fonts: Web fonts from removed stylsheets should not be accessible</title>
        <link rel="author" title="Martin Robinson" href="[email protected]">
        <link rel="help" href="https://drafts.csswg.org/css-fonts/#font-face-rule">
    </head>

    <body>
        <p>Test passes if the text below is not rendered with Ahem.</p>
        <p>TEXT</p>
    </body>

</html>