Files
servo/tests/wpt/css-tests/css-transforms-1_dev/html/transform3d-translatez-001.htm

21 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html><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.htm" rel="match">
<link href="reference/transform3d-translatez-notref.htm" 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>