aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-transforms/transform-inline-notref.html
blob: 2088cf020f9721d2e173a16c27e4a30b14f87a07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
  </head>
  <body>
    <p>This is some text<br>that is not transformed</p>
    <p>This is some text that is transformed</p>
  </body>
</html>