Index: LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html |
diff --git a/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html b/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html |
index bce268f5f441aafc4ff9b2129fda28a06b68b2e6..d27ab48657b32a3d9d63fb7d1c7e3863b87ae591 100644 |
--- a/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html |
+++ b/LayoutTests/compositing/squashing/clip-to-squashed-layer-size.html |
@@ -6,7 +6,7 @@ |
</script> |
</head> |
<body> |
- <div style=" width: 1px; height: 100px; -webkit-transform: translateZ(0px); position:absolute; top:0px; background-color: lightgray"> |
+ <div style=" width: 1px; height: 100px; transform: translateZ(0px); position:absolute; top:0px; background-color: lightgray"> |
</div> |
<div style="width: 10px; height: 10px; overflow: hidden; position: absolute; left: 0px; top: 0px; "> |
<div style="height: 100px; width:100px; background-color:lightgreen" /> |