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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.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/interpolation/background-color-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html
index 692d604250cb282c78bce5cc4753bb4e52088003..68f67fdb7e33a51acbcb8b405f603eebb71ae4d1 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/background-color-interpolation.html
@@ -103,13 +103,13 @@ assertInterpolation({
from: 'currentcolor',
to: 'rgba(0, 255, 0, 0.75)',
}, [
- {at: -0.5, is: 'rgba(0, 0, 255, 0.38)'},
+ {at: -0.5, is: 'rgba(0, 0, 255, 0.37)'},
{at: 0, is: 'rgba(0, 0, 255, 0.5)'},
{at: 0.25, is: 'rgba(0, 85, 170, 0.56)'},
- {at: 0.5, is: 'rgba(0, 153, 102, 0.63)'},
- {at: 0.75, is: 'rgba(0, 208, 47, 0.69)'},
+ {at: 0.5, is: 'rgba(0, 153, 102, 0.62)'},
+ {at: 0.75, is: 'rgba(0, 209, 46, 0.69)'},
{at: 1, is: 'rgba(0, 255, 0, 0.75)'},
- {at: 1.5, is: 'rgba(0, 255, 0, 0.88)'},
+ {at: 1.5, is: 'rgba(0, 255, 0, 0.87)'},
]);
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698