Bug 22768
Summary: | LayoutTests/fast/frames/cross-site-this.html might test wrong thing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Feng Qian <feng> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | barraclough |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Feng Qian
LayoutTests/fast/frames/cross-site-this.html fails in Chrome, Safari 3.2 and FF 3.1 beta 1. It looks like is testing wrong thing:
In resources/cross-site-this-helper.html:
var eff = parent.foo;
eff(this);
the default receiver passed to eff, this, is the current frame in FF Safari 3.2 and Chrome. The comment seems wrong. Can you verify with other browsers?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |