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

Side by Side Diff: LayoutTests/transitions/mismatched-shadow-styles-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 unified diff | Download patch
OLDNEW
1 PASS - "box-shadow" property for "none-to-normal" element at 0.25s saw something close to: 10,10 1 PASS - "box-shadow" property for "none-to-normal" element at 0.3s saw something close to: rgba(0, 0, 0, 0.6) 12px 12px 6px 0px
2 PASS - "box-shadow" property for "none-to-inset" element at 0.25s saw something close to: 10,10 2 PASS - "box-shadow" property for "none-to-inset" element at 0.3s saw something c lose to: rgba(0, 0, 0, 0.6) 12px 12px 6px 0px inset
3 PASS - "box-shadow" property for "inset-to-normal" element at 0.25s saw somethin g close to: 20,20 3 PASS - "box-shadow" property for "inset-to-normal" element at 0.3s saw something close to: rgb(0, 0, 0) 20px 20px 10px 0px
4 PASS - "box-shadow" property for "normal-to-inset" element at 0.25s saw somethin g close to: 20,20 4 PASS - "box-shadow" property for "normal-to-inset" element at 0.3s saw something close to: rgb(0, 0, 0) 20px 20px 10px 0px inset
5 5
OLDNEW
« no previous file with comments | « LayoutTests/transitions/mismatched-shadow-styles.html ('k') | LayoutTests/transitions/mismatched-shadow-transitions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698