[Web Animations] Turn CSS Animations and CSS Transitions as Web Animations on by default
<rdar://problem/38671301>
Created attachment 337849 [details] Patch
I probably missed it going by, but where do we guarantee the flag is off for the legacy-animation-engine directory?
Comment on attachment 337849 [details] Patch Attachment 337849 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/7299659 New failing tests: animations/stop-animation-on-suspend.html fast/animation/css-animation-resuming-when-visible-with-style-change2.html fast/scrolling/scroll-to-focused-element-asynchronously.html
Created attachment 337854 [details] Archive of layout-test-results from ews124 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews124 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.4
Comment on attachment 337849 [details] Patch Attachment 337849 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/7299720 New failing tests: http/tests/inspector/network/resource-response-source-memory-cache-revalidate-expired-only.html
Created attachment 337855 [details] Archive of layout-test-results from ews115 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews115 Port: mac-sierra Platform: Mac OS X 10.12.6
Comment on attachment 337849 [details] Patch Attachment 337849 [details] did not pass win-ews (win): Output: http://webkit-queues.webkit.org/results/7300248 New failing tests: transitions/zero-duration-with-non-zero-delay-end.html animations/big-rotation.html fast/css-generated-content/pseudo-transition.html animations/animation-direction-alternate-reverse.html fast/css-generated-content/pseudo-animation.html
Created attachment 337858 [details] Archive of layout-test-results from ews205 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews205 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
(In reply to Jon Lee from comment #3) > I probably missed it going by, but where do we guarantee the flag is off for > the legacy-animation-engine directory? See the changes in Tools/.
The Windows results indicate that the flag is off on Windows. Not sure why that is.
Created attachment 337868 [details] Patch
Created attachment 337870 [details] Patch
Comment on attachment 337870 [details] Patch Attachment 337870 [details] did not pass win-ews (win): Output: http://webkit-queues.webkit.org/results/7302731 Number of test failures exceeded the failure limit.
Created attachment 337876 [details] Archive of layout-test-results from ews206 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews206 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Comment on attachment 337870 [details] Patch Attachment 337870 [details] did not pass win-ews (win): Output: http://webkit-queues.webkit.org/results/7303313 Number of test failures exceeded the failure limit.
Created attachment 337877 [details] Archive of layout-test-results from ews205 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews205 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Committed r230632: <https://trac.webkit.org/changeset/230632>
Rolled out in r230736 due to a regression in memory usage: <https://trac.webkit.org/changeset/230736>
Original commit has been rolled out.
animations/missing-from-to.html is consistently failing an assertion on WK1 after this rollout: https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK1%20(Tests)/r230768%20(7281)/results.html
Before we consider turning the Web Animations flags on by default, we will first turn them on for bots, see https://bugs.webkit.org/show_bug.cgi?id=184819.
*** This bug has been marked as a duplicate of bug 204650 ***