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