mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
19 lines
842 B
HTML
19 lines
842 B
HTML
<!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> |