chromium/third_party/blink/web_tests/fast/css/font-face-in-media-rule-expected.html

<html>
<head>
  <style type="text/css" media="screen">
    body {
      font-family: Arial, sans-serif;
    }
  </style>
</head>
<body>
  This should not crash.
</body>
</html>