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

Side by Side Diff: LayoutTests/transitions/multiple-shadow-transitions-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 "box" element at 0.5s saw something close to: 0 ,0,0,0 1 PASS - "box-shadow" property for "box" element at 0.5s saw something close to: r gb(255, 0, 0) 0px 0px 10px 0px, rgb(0, 0, 255) 0px 0px 10px 0px
2 PASS - "box-shadow" property for "box2" element at 0.5s saw something close to: 0,-20,0,10 2 PASS - "box-shadow" property for "box2" element at 0.5s saw something close to: rgb(255, 0, 0) 0px -20px 10px 0px, rgba(0, 0, 255, 0.5) 0px 10px 5px 0px
3 PASS - "box-shadow" property for "box3" element at 0.5s saw something close to: 0,0,0,10 3 PASS - "box-shadow" property for "box3" element at 0.5s saw something close to: rgb(128, 0, 128) 0px 0px 10px 0px, rgba(0, 0, 255, 0.5) 0px 10px 5px 0px
4 4
OLDNEW
« no previous file with comments | « LayoutTests/transitions/multiple-shadow-transitions.html ('k') | LayoutTests/transitions/svg-text-shadow-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698