mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
21 lines
1.2 KiB
HTML
21 lines
1.2 KiB
HTML
<!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): translatez() vs. 'transform-origin'</title>
|
|
<link href="mailto:mwoodrow@mozilla.com" rel="author" title="Matt Woodrow" />
|
|
<link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor" />
|
|
<link href="http://www.w3.org/TR/css-transforms-1/#transform-origin-property" rel="help" />
|
|
<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-translatez" rel="help" />
|
|
<meta content="This tests that translatez(+-10px) before and
|
|
after rotatex() is the same as an equivalent 'transform-origin', and
|
|
different from translatez(+-20px)." name="assert" />
|
|
<link href="reference/transform3d-translatez-ref.xht" rel="match" />
|
|
<link href="reference/transform3d-translatez-notref.xht" rel="mismatch" />
|
|
</head>
|
|
<body>
|
|
<div style="transform: translatez(-10px) rotatex(45deg) translatez(10px); transform-origin: 0 0 0; width: 100px; height: 100px;">
|
|
Test Text
|
|
</div>
|
|
|
|
|
|
</body></html> |