summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/font-face-in-media-rule-expected.html
blob: d84134e246eb84e12da15750f1f0365bec9d7548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
  <style type="text/css" media="screen">
    body {
      font-family: Arial, sans-serif;
    }
  </style>
</head>
<body>
  This should not crash.
</body>
</html>