Bug 16510
| Summary: | Calling history.forward/back/go on a subframe causes subsequent test in DRT to intermittently fail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Sam Weinig
The lines
shouldBeTrue("canCall('targetWindow.history.back')");
shouldBeTrue("canCall('targetWindow.history.forward')");
shouldBeTrue("canCall('targetWindow.history.go', '-1')");
in http/tests/security/cross-frame-access-history.html causes http/tests/security/cross-frame-access-location.html, the test run after it to intermittently fail with the dump of cross-frame-access-history.html's render tree.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |