summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-inline-notref.html
blob: e8e9ce855753c827fbc6a8e3055974977ebc1c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
    <style>
      body {
        font: 25px/1 Ahem;
      }
    </style>
  </head>
  <body>
    <p>This is some text<br>that is not transformed</p>
    <p>This is some text that is transformed</p>
  </body>
</html>