Index: LayoutTests/compositing/squashing/squash-with-ancestor-transform-expected.html |
diff --git a/LayoutTests/compositing/squashing/squash-with-ancestor-transform-expected.html b/LayoutTests/compositing/squashing/squash-with-ancestor-transform-expected.html |
index c5373e244e4add7b6f8dec8623fafd23d061683b..5746c944dbaa5f60525bc2751b4eb655fe36d081 100644 |
--- a/LayoutTests/compositing/squashing/squash-with-ancestor-transform-expected.html |
+++ b/LayoutTests/compositing/squashing/squash-with-ancestor-transform-expected.html |
@@ -3,7 +3,7 @@ |
<link rel="stylesheet" href="resources/squash-with-ancestor-property.css"> |
<style> |
#ancestor { |
- -webkit-transform: translateY(50px); |
+ transform: translateY(50px); |
} |
</style> |
<script src="resources/squash-with-ancestor-property.js"></script> |