summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/visibility/visibility-composited-transforms.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/visibility/visibility-composited-transforms.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/visibility/visibility-composited-transforms.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/visibility/visibility-composited-transforms.html b/third_party/WebKit/LayoutTests/compositing/visibility/visibility-composited-transforms.html
index 0acfc65..48868af 100644
--- a/third_party/WebKit/LayoutTests/compositing/visibility/visibility-composited-transforms.html
+++ b/third_party/WebKit/LayoutTests/compositing/visibility/visibility-composited-transforms.html
@@ -27,7 +27,7 @@
background-color: green !important;
}
.composited {
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
+ transform: rotate3d(0, 0, 1, 45deg);
}
.hidden-indicator {
@@ -35,7 +35,7 @@
}
.intermediate {
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
+ transform: rotate3d(0, 0, 1, -45deg);
-webkit-transform-style: preserve-3d;
background-color: red;
}