summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-parsing/invalid-font-face-descriptor-1.html
blob: 43ab568f34d5932972e8e8a2dace6f00410013de (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
  body { color: red; }
  @font-face {
    src: url(bbb),
  }

  body { color: green! important; }
</style>
There should be no red