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