Index: LayoutTests/animations/cross-fade-webkit-mask-box-image.html |
diff --git a/LayoutTests/animations/cross-fade-webkit-mask-box-image.html b/LayoutTests/animations/cross-fade-webkit-mask-box-image.html |
index d3a4380b3d54ff7223bf31069cb154b4214447ac..b0d0dff5287ad37d82a4d6e511d450cfed548300 100644 |
--- a/LayoutTests/animations/cross-fade-webkit-mask-box-image.html |
+++ b/LayoutTests/animations/cross-fade-webkit-mask-box-image.html |
@@ -34,7 +34,7 @@ |
const expectedValues = [ |
// [time, element-id, property, expected-value, tolerance] |
[2.25, "box", "webkitMaskBoxImage", 0.25, 0.05], |
- [2.25, ["box", "static:boxStatic"], "webkitMaskBoxImage", 0.25, 0.05] |
+ [2.25, ["box", "boxStatic"], "webkitMaskBoxImage", 0.25, 0.05] |
]; |
var doPixelTest = true; |
var disablePauseAPI = false; |