RESOLVED FIXED 112101
-webkit-calc in animation keyframes crashes
https://bugs.webkit.org/show_bug.cgi?id=112101
Summary -webkit-calc in animation keyframes crashes
Simon Fraser (smfr)
Reported 2013-03-11 22:16:40 PDT
Created attachment 192636 [details] Testcase (will cause crash) See testcase.
Attachments
Testcase (will cause crash) (218 bytes, text/html)
2013-03-11 22:16 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2013-03-11 22:18:53 PDT
Mike Lawther
Comment 2 2013-03-11 23:45:53 PDT
Testing with Chrome 27.0.1436.2 canary on MacOS 10.8, I do not see a crash. So I could see the test animating, I changed the given testcase to: ----------- <style> @-webkit-keyframes move { 0% { width: -webkit-calc(50% - 100px); } 100% { width: -webkit-calc(50% - 200px); } } #something { -webkit-animation: move 2s; background-color: blue; } </style> <div id="something">hello</div> ------------ And I observed it animating as expected. In summary: Chrome 27.0.1436.2 canary MacOS 10.8: GOOD Safari Version 6.0.2 (8536.26.17) MacOS 10.8: CRASH WebKit Nightly r140374 MacOS 10.8: GOOD (tested as I had it lying around) WebKit Nightly r145355 MacOS 10.8: GOOD Simon - can you confirm the versions of WebKIt that you are seeing this crash on? Looks very much like this is already fixed..
Simon Fraser (smfr)
Comment 3 2013-03-12 09:03:26 PDT
It does seem to be fixed. I'll find out what rev fixed it later.
Simon Fraser (smfr)
Comment 4 2013-03-12 11:13:50 PDT
Note You need to log in before you can comment on or make changes to this bug.