Index: LayoutTests/animations/cross-fade-background-image.html |
diff --git a/LayoutTests/animations/cross-fade-background-image.html b/LayoutTests/animations/cross-fade-background-image.html |
index f5d5deb61e1adb634d71e5e6b990d12f47304a57..5fbdcd5f9e82ab578372ea15d5413ec29928bc8b 100644 |
--- a/LayoutTests/animations/cross-fade-background-image.html |
+++ b/LayoutTests/animations/cross-fade-background-image.html |
@@ -41,7 +41,6 @@ |
<script type="text/javascript" charset="utf-8"> |
const expectedValues = [ |
// [time, element-id, property, expected-value, tolerance] |
- [2.5, "box", "backgroundImage", 0.5, 0.05], |
[2.5, ["box", "boxStatic"], "backgroundImage", 0.5, 0.05], |
[2.5, ["boxShorthand", "boxStatic"], "backgroundImage", 0.5, 0.05], |
]; |