aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/transform3d-scale-004.xht
blob: b66ed7cfbc055895f9a76e9ce7e9bbd0dbc116a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
    <title>CSS Test (Transforms): scale3d(2, 2, 0)</title>
    <link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor" />
    <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" />
    <link href="http://www.w3.org/TR/css-transforms-1/#funcdef-scale3d" rel="help" />
    <link href="http://www.w3.org/TR/css-transforms-1/#transform-function-lists" rel="help" />
    <meta content="This tests that scale3d(2, 2, 0), being
    singular, causes the contents not to display." name="assert" />
    <link href="reference/transform-blank-ref.xht" rel="match" />
  </head>
  <body>
    <p>Nothing should appear except this sentence.</p>
    <div style="transform: scale3d(2, 2, 0); transform-origin: 0 0; width: 100px; height: 100px;">
      Test Text
    </div>
  

</body></html>