summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/animations/animations-parsing.html
Commit message (Expand)AuthorAgeFilesLines
* Parse animation and transition shorthands in CSSPropertyParser with CSSParser...timloh2015-10-291-0/+30
* Use alias_for for -webkit-animation propertiestimloh@chromium.org2015-04-211-10/+10
* Fix assertion failure when parsing "animation-fill-mode: forwards,"timloh@chromium.org2015-04-201-0/+3
* Rewrite CSSAnimationData{,List} to fix getComputedStyle issuestimloh@chromium.org2014-05-121-2/+2
* Web Animations API: Implement step-middle and steps(x, middle) timing functions.rjwright@chromium.org2014-03-051-0/+12
* Move fast/js/resources files to resources.ojan@chromium.org2013-11-051-1/+1
* Delete js-test-post.js.ojan@chromium.org2013-11-021-1/+0
* Modify StepsTimingFunction to record whether it was created from a preset CSS...steveblock@chromium.org2013-09-021-4/+4
* Implement computed style for animation shorthand and align parsing with the s...alexis.menard@intel.com2013-08-151-3/+256
* animation-direction computed value is incorrect when value is "reverse" or "a...alexis.menard@intel.com2013-08-131-6/+4
* Add support to resolve unprefixed CSS animations properties.alexis.menard@intel.com2013-08-131-0/+827