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

Side by Side Diff: LayoutTests/animations/api/element-animate-list-of-keyframes-expected.txt

Issue 96283002: Web Animations API: Start implementation of Element.animate(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add layout test for animate() Created 7 years 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
(Empty)
1
2 PASS Calling animate() should start an animation.
3 PASS Calling animate() should start an animation. CamelCase property names shoul d be parsed.
4 PASS Calling animate() should start an animation. Dashed property names should b e parsed.
5 PASS Calling animate() with a pre-constructed keyframes list should start an ani mation.
6 PASS Calling animate() with a pre-constructed keyframes list should start an ani mation. Invalid style declarations should be ignored.
7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698