Index: third_party/WebKit/LayoutTests/animations/animations-responsive-to-color-change.html |
diff --git a/third_party/WebKit/LayoutTests/animations/animations-responsive-to-color-change.html b/third_party/WebKit/LayoutTests/animations/animations-responsive-to-color-change.html |
index f0840bf62b5fd45223a9435041e60da427f28c3a..42b231c6603c177b7ef208eda116baca21c06c40 100644 |
--- a/third_party/WebKit/LayoutTests/animations/animations-responsive-to-color-change.html |
+++ b/third_party/WebKit/LayoutTests/animations/animations-responsive-to-color-change.html |
@@ -65,7 +65,7 @@ test(function() { |
player.pause(); |
player.currentTime = 3; |
element.style.color = 'rgba(160, 190, 180, 0.980392157)'; |
- assert_equals(getComputedStyle(element).backgroundColor, 'rgba(206, 215, 200, 0.596)'); |
+ assert_equals(getComputedStyle(element).backgroundColor, 'rgba(206, 215, 200, 0.596078)'); |
}, 'Color interpolation uses pre-multiplied colors'); |
test(function() { |