Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: third_party/WebKit/LayoutTests/animations/animations-responsive-to-color-change.html

Issue 2629163002: Revert of Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)
Patch Set: fix conflicts Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698