Bug 22499 - Add some new animation/transition test cases
Summary: Add some new animation/transition test cases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on: 22520
Blocks:
  Show dependency treegraph
 
Reported: 2008-11-25 14:56 PST by Simon Fraser (smfr)
Modified: 2008-12-03 14:35 PST (History)
3 users (show)

See Also:


Attachments
Patch (10.42 KB, patch)
2008-12-03 12:18 PST, Simon Fraser (smfr)
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-11-25 14:56:33 PST
Need to add some tests for transitions animations that:
1. set display:none in the animation/transition end event handler
2. remove the element in the animation/transition end event handler
3. test the FILL_UNSET_PROPERTIES macro in the code with comma-separated lists.
Comment 1 Simon Fraser (smfr) 2008-11-25 15:22:08 PST
FILL_UNSET_PROPERTIES will be done via bug 22487
Comment 2 Simon Fraser (smfr) 2008-12-01 13:13:25 PST
Covered by bug 22052 and bug 22046.
Comment 3 Simon Fraser (smfr) 2008-12-03 11:04:17 PST
Reopening. We do need some more tests.
Comment 4 Simon Fraser (smfr) 2008-12-03 12:18:11 PST
Created attachment 25718 [details]
Patch
Comment 5 Dave Hyatt 2008-12-03 12:23:07 PST
Comment on attachment 25718 [details]
Patch

r=me
Comment 6 Simon Fraser (smfr) 2008-12-03 14:35:03 PST
Committed r38969
	M	LayoutTests/ChangeLog
	D	LayoutTests/animations/transform-animation-event-destroy-element.html
	D	LayoutTests/animations/transform-animation-event-destroy-element-expected.txt
	A	LayoutTests/animations/animation-end-event-destroy-renderer.html
	A	LayoutTests/animations/animation-end-event-destroy-renderer-expected.txt
	D	LayoutTests/transitions/transform-transition-event-destroy-element-expected.txt
	D	LayoutTests/transitions/transform-transition-event-destroy-element.html
	A	LayoutTests/transitions/transition-end-event-destroy-renderer-expected.txt
	A	LayoutTests/transitions/transition-end-event-destroy-renderer.html
r38969 = 3f5c5b76b6b73888f9eb20291cbdc21f6755cee7 (trunk)