blob: 974242d38466cd0787d0cef15c8ebf69c90b1b62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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() on a Bitmap</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" />
<meta content="This tests that applying a simple 3D transform
to a bitmap image works properly. This is motivated by a real-world
implementation bug: <https://bugzilla.mozilla.org/show_bug.cgi?id=735373>." name="assert" />
<link href="reference/transform-lime-square-ref.xht" rel="match" />
</head>
<body>
<img width="50" style="transform: scale3d(2, 2, 2); transform-origin: 0 0" height="50" src="support/transform-lime-square.png" />
</body></html>
|