diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html b/third_party/WebKit/LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html index 9f9d43a..a558e9a 100644 --- a/third_party/WebKit/LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html +++ b/third_party/WebKit/LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html @@ -82,7 +82,7 @@ border: 1px solid black; background-color: #AAA; -webkit-box-sizing: border-box; - -webkit-transform: translateZ(100px) rotateY(-40deg); + transform: translateZ(100px) rotateY(-40deg); } .layer { |
