summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/anchor-point-should-not-affect-perspective-overflow-hidden.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/anchor-point-should-not-affect-perspective-overflow-hidden.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/anchor-point-should-not-affect-perspective-overflow-hidden.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/anchor-point-should-not-affect-perspective-overflow-hidden.html b/third_party/WebKit/LayoutTests/compositing/anchor-point-should-not-affect-perspective-overflow-hidden.html
index b3067c0..32168c6 100644
--- a/third_party/WebKit/LayoutTests/compositing/anchor-point-should-not-affect-perspective-overflow-hidden.html
+++ b/third_party/WebKit/LayoutTests/compositing/anchor-point-should-not-affect-perspective-overflow-hidden.html
@@ -11,7 +11,7 @@
-webkit-transform-style: preserve-3d;
}
.transformed {
- -webkit-transform: translate3d(100px, 100px, -25px);
+ transform: translate3d(100px, 100px, -25px);
}
.resetTransformOrigin {
-webkit-transform-origin: 50% 50% !important;