1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
6 <meta http-equiv=
"Content-type" content=
"text/html; charset=utf-8">
7 <title>Testing translate(x)
</title>
8 <style type=
"text/css" media=
"screen">
19 background-color: blue;
20 transform: translate(
400px); // this should evaluate as
400px,
0px
26 background-color: green;
27 transform: translate3d(
0px,
0px, -
1px);
33 background-color: red;
34 transform: translate3d(
0px,
0px, -
1px);
40 <h1>Testing default translate parameter
</h1>
41 <p>There should be blue and green boxes shown. If there is a red box visible, the test has failed
</p>
44 If you can see this box, then the test has failed.
48 This box should be visible (it is translated).
52 This box should be visible.