Bug 50436
Summary: | REGRESSION(r69429-r69611): Amazon.com Gold Box Lightning Deals do not render on Leopard | ||
---|---|---|---|
Product: | WebKit | Reporter: | Edward Sabol <edwardjsabol> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, simon.fraser |
Priority: | P1 | Keywords: | InRadar, NeedsReduction, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://www.amazon.com/gp/goldbox/ref=cs_top_nav_gb27 |
Edward Sabol
I was using the latest Webkit Nightly when I noticed that Amazon.com's Gold Box Lightning Deals weren't rendering at all. This is on Leopard using a PowerPC G5. The error console displays the following:
ReferenceError: Strict mode forbids implicit creation of global property 'Deal'
which may indicate a JavaScript bug.
According to smfr on #webkit IRC, the Lightning Deals box renders on Snow Leopard using a recent build, so this problem may be Leopard-only or even PowerPC-only.
Using the Webkit Nightly builds, I've narrowed down the regression to be between r69429 (which renders correctly) and r69611 (which renders incorrectly). Perhaps someone can use git-bisect or whatever to further narrow down the regression to a specific revision.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
<rdar://problem/8724844>
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 48377 ***