WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2013-03-11 22:18:53 PDT
<
rdar://problem/13389978
>
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
Fix range is
http://trac.webkit.org/log/trunk/?rev=116917&stop_rev=116914
I suspect
http://trac.webkit.org/changeset/116914
fixed this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug