summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-font-face-ref.html
blob: 02d6971e0aee83448cbefeed67b72db36de5740b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<body>
  <style>
    @font-face {
      font-family: Ahem;
      src: url(../fonts/Ahem.ttf);
    }
    #a { font-family: Ahem }
  </style>
  <p id=a>First</p>
  <p style="color: blue">Second</p>
  <p>Third</p>
</body>