blob: c332b83d1d30018c5079f1ff4a760578f6e2badb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html><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.htm" 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>
|