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

Unified Diff: LayoutTests/transitions/color-transition-premultiplied.html

Issue 716963002: Remove property-specific handling in animation-test-helpers.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@animhelpercleanup
Patch Set: rm whitespace Created 6 years, 1 month 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: LayoutTests/transitions/color-transition-premultiplied.html
diff --git a/LayoutTests/transitions/color-transition-premultiplied.html b/LayoutTests/transitions/color-transition-premultiplied.html
index b8139f4f6e3c6b2b2055fde954df04d4fda56b68..65107bf3d2c8105d467eddc56d0ddab93b1d3cfc 100644
--- a/LayoutTests/transitions/color-transition-premultiplied.html
+++ b/LayoutTests/transitions/color-transition-premultiplied.html
@@ -33,8 +33,8 @@
<script type="text/javascript">
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, 'one', 'background-color', [0, 127, 0], 2],
- [0.5, 'two', 'background-color', [0, 0, 255], 2]
+ [0.5, 'one', 'background-color', "rgba(0, 127, 0, 0.5)", 2],
+ [0.5, 'two', 'background-color', "rgba(0, 0, 255, 0.5)", 2]
];
function setupTest()
@@ -58,4 +58,4 @@
</div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698