Index: LayoutTests/fast/events/touch/touch-rect-crash-on-unpromote-layer.html |
diff --git a/LayoutTests/fast/events/touch/touch-rect-crash-on-unpromote-layer.html b/LayoutTests/fast/events/touch/touch-rect-crash-on-unpromote-layer.html |
index 0a2d436499ff729c3e7fd2b161c62d11b343fc45..bc506fd9480f8b05dca630cf2ca67b8b003002b5 100644 |
--- a/LayoutTests/fast/events/touch/touch-rect-crash-on-unpromote-layer.html |
+++ b/LayoutTests/fast/events/touch/touch-rect-crash-on-unpromote-layer.html |
@@ -8,7 +8,7 @@ |
left: 10px; |
} |
.composited { |
- -webkit-transform: translate3d(0, 0, 0); |
+ transform: translate3d(0, 0, 0); |
} |
</style> |
</head> |