RESOLVED INVALID 117043
REGRESSION (r131131): wwdccountdown.com not counting down
https://bugs.webkit.org/show_bug.cgi?id=117043
Summary REGRESSION (r131131): wwdccountdown.com not counting down
Ollie Saunders
Reported 2013-05-30 13:12:24 PDT
Overview: The countdown on this page functions correctly in Safari 6.0.2 but not in the latest WebKit nightly. Steps to Reproduce: Open wwdccountdown.com in the latest WebKit nightly and look at the countdown. Expected Results: The countdown should be correctly updating once a second. Actual Results: The countdown is static. The error console shows "ReferenceError: Can't find variable: performance", pointing at jquery.countdown.min.js: line 6 Build Date & Platform: 30th May 2013 build on Mac OS X 10.7.5 Additional Information: I've not yet had a chance to try any other versions of WebKit on this website, so I would be interested in seeing if this is reproducible.
Attachments
Alexey Proskuryakov
Comment 1 2013-05-31 14:28:57 PDT
Brady Eidson
Comment 2 2013-05-31 14:47:27 PDT
Dean Jackson
Comment 3 2013-05-31 15:01:09 PDT
This page expects window.performance to exist, but it doesn’t (it was removed in recent WebKits). They either need to update their page to detect window.performance, or wait until we’ve implemented it again.
Note You need to log in before you can comment on or make changes to this bug.