chromium/third_party/blink/web_tests/http/tests/css/resources/font-face-via-https.css

@font-face {
    font-family: ahem;
    src: url(https://localhost:8443/css/resources/cors-ahem.php);
}

html {
    font-family: ahem;
}