RESOLVED FIXED Bug 59389
Make a couple of animation tests into text tests
https://bugs.webkit.org/show_bug.cgi?id=59389
Summary Make a couple of animation tests into text tests
Simon Fraser (smfr)
Reported 2011-04-25 16:25:24 PDT
Make a couple of animation tests into text tests
Attachments
Patch (51.37 KB, patch)
2011-04-25 16:26 PDT, Simon Fraser (smfr)
dbates: review+
Simon Fraser (smfr)
Comment 1 2011-04-25 16:26:38 PDT
Daniel Bates
Comment 2 2011-04-25 16:31:35 PDT
Comment on attachment 91001 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=91001&action=review > LayoutTests/animations/animation-drt-api-multiple-keyframes.html:5 > + <style type="text/css"> Nit: This can be shortened to <style>. > LayoutTests/animations/animation-drt-api-multiple-keyframes.html:25 > + <script src="resources/animation-test-helpers.js" type="text/javascript"></script> > + <script type="text/javascript"> Nit: The type attribute is unnecessary.
Daniel Bates
Comment 3 2011-04-25 16:32:28 PDT
You're missing the expected results. Also, we could use the fast/js/resources scripts instead of doing this output by hand.
Simon Fraser (smfr)
Comment 4 2011-04-25 20:19:14 PDT
WebKit Review Bot
Comment 5 2011-04-25 21:03:56 PDT
http://trac.webkit.org/changeset/84873 might have broken SnowLeopard Intel Release (Tests) The following tests are not passing: compositing/animation/computed-style-during-delay.html compositing/reflections/animation-inside-reflection.html compositing/reflections/nested-reflection-animated.html compositing/reflections/nested-reflection-transition.html compositing/transitions/scale-transition-no-start.html compositing/transitions/singular-scale-transition.html
Note You need to log in before you can comment on or make changes to this bug.