Bug 117043
Summary: | REGRESSION (r131131): wwdccountdown.com not counting down | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ollie Saunders <o.saunders> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Minor | CC: | beidson, dino |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.7 | ||
URL: | http://wwdccountdown.com |
Ollie Saunders
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<rdar://problem/14037799>
Brady Eidson
This broke in http://trac.webkit.org/changeset/131131
Dean Jackson
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.