| Index: LayoutTests/transforms/3d/hit-testing/composited-hit-test.html
|
| diff --git a/LayoutTests/transforms/3d/hit-testing/composited-hit-test.html b/LayoutTests/transforms/3d/hit-testing/composited-hit-test.html
|
| index c1e7ce1ee839d67e913f49b0ba9003557392f7d5..e6c2e648c4c406f319c2db7f98d06885360635b3 100644
|
| --- a/LayoutTests/transforms/3d/hit-testing/composited-hit-test.html
|
| +++ b/LayoutTests/transforms/3d/hit-testing/composited-hit-test.html
|
| @@ -10,7 +10,7 @@
|
| height: 200px;
|
| position: relative;
|
| background-color: silver;
|
| - -webkit-transform: translateZ(0px);
|
| + transform: translateZ(0px);
|
| }
|
|
|
| #container {
|
| @@ -18,7 +18,7 @@
|
| top: 0px;
|
| z-index: 1;
|
| border: 2px solid green;
|
| - -webkit-transform: translateZ(0px);
|
| + transform: translateZ(0px);
|
| }
|
|
|
| .box {
|
|
|