Index: LayoutTests/inspector/layers/no-overlay-layers.html |
diff --git a/LayoutTests/inspector/layers/no-overlay-layers.html b/LayoutTests/inspector/layers/no-overlay-layers.html |
index 7266e9027204727457a96d82d2e7137f40ad6ec3..0d2736a6f90c2208efcb0991b430681b1df78fb4 100644 |
--- a/LayoutTests/inspector/layers/no-overlay-layers.html |
+++ b/LayoutTests/inspector/layers/no-overlay-layers.html |
@@ -2,7 +2,7 @@ |
<head> |
<style> |
.layer { |
- -webkit-transform: translateZ(10px); |
+ transform: translateZ(10px); |
opacity: 0.8; |
} |
</style> |