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

Unified Diff: LayoutTests/transitions/unanimatable-properties.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/unanimatable-properties.html
diff --git a/LayoutTests/transitions/unanimatable-properties.html b/LayoutTests/transitions/unanimatable-properties.html
index be33e3d75cc10de0d73a1792de7e0ccf3d1a7074..220abdd6e92dbc746b746d7fabcb17b339784ac3 100644
--- a/LayoutTests/transitions/unanimatable-properties.html
+++ b/LayoutTests/transitions/unanimatable-properties.html
@@ -19,13 +19,13 @@
<script type="text/javascript">
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.10, "box", "counter-increment", ["counter", 2], 0],
+ [0.10, "box", "counter-increment", "counter 2", 0],
[0.10, "box", "overflow", "hidden", 0],
- [0.10, "box", "transition-duration", [500,500,500,500], 0],
+ [0.10, "box", "transition-duration", "0.5s", 0],
[0.25, "box", "top", 25, 5],
- [0.40, "box", "counter-increment", ["counter", 2], 0],
+ [0.40, "box", "counter-increment", "counter 2", 0],
[0.40, "box", "overflow", "hidden", 0],
- [0.40, "box", "transition-duration", [500,500,500,500], 0],
+ [0.40, "box", "transition-duration", "0.5s", 0],
];
function setupTest()
« no previous file with comments | « LayoutTests/transitions/svg-transitions-expected.txt ('k') | LayoutTests/transitions/unanimatable-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698