aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform3d-preserve3d-013-ref.htm
blob: 6c5810c1fceffbf8bf8276ca6654e4be56a0e518 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html><head>
    <title>CSS Reftest Reference</title>
    <link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor">
    <!-- sqrt(2) == 0.70710678; 200/sqrt(2) == 141.421356.
    'transform' is needed on the outer div so the scrollbars are shrunk
    appropriately. -->
  </head>
  <body>
    <div style="overflow: scroll; transform: scaley(0.70710678);
      transform-origin: top">
      <div style="height: 200px">
        <div style="height: 141.421356px; width: 100px; background: lime">
        </div>
    </div></div>
  

</body></html>