aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform3d-scale-007-ref.htm
blob: a2bcf1a48b2948a495e1165e1a6ac49d74606ff1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html><head>
    <title>CSS Reftest Reference</title>
    <link href="mailto:mwoodrow@mozilla.com" rel="author" title="Matt Woodrow">
    <link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor">
  </head>
  <body>
    <div style="transform: scaleY(-1); width: 100px; height: 100px;">
      Test Text
    </div>
  

</body></html>