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

Unified Diff: LayoutTests/transitions/unanimatable-properties-expected.txt

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-expected.txt
diff --git a/LayoutTests/transitions/unanimatable-properties-expected.txt b/LayoutTests/transitions/unanimatable-properties-expected.txt
index 25b80dcb071b37214d06e5d9b9dd68862e2e987f..00fc34b11970e883ee6075798c2f75da6f8c1e12 100644
--- a/LayoutTests/transitions/unanimatable-properties-expected.txt
+++ b/LayoutTests/transitions/unanimatable-properties-expected.txt
@@ -1,8 +1,8 @@
-PASS - "counter-increment" property for "box" element at 0.1s saw something close to: counter,2
+PASS - "counter-increment" property for "box" element at 0.1s saw something close to: counter 2
PASS - "overflow" property for "box" element at 0.1s saw something close to: hidden
-PASS - "transition-duration" property for "box" element at 0.1s saw something close to: 500,500,500,500
+PASS - "transition-duration" property for "box" element at 0.1s saw something close to: 0.5s
PASS - "top" property for "box" element at 0.25s saw something close to: 25
-PASS - "counter-increment" property for "box" element at 0.4s saw something close to: counter,2
+PASS - "counter-increment" property for "box" element at 0.4s saw something close to: counter 2
PASS - "overflow" property for "box" element at 0.4s saw something close to: hidden
-PASS - "transition-duration" property for "box" element at 0.4s saw something close to: 500,500,500,500
+PASS - "transition-duration" property for "box" element at 0.4s saw something close to: 0.5s

Powered by Google App Engine
This is Rietveld 408576698