chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/resources/get-response-body-font-utf8.html

<!DOCTYPE html>
<style>
  @font-face {
    font-family: family1;
    src: url(./get-response-body-font-utf8.php);
  }
</style>
<div style="font-family: family1;">Hello</div>