Bug 16510 - Calling history.forward/back/go on a subframe causes subsequent test in DRT to intermittently fail
Summary: Calling history.forward/back/go on a subframe causes subsequent test in DRT t...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-18 17:08 PST by Sam Weinig
Modified: 2007-12-18 17:08 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2007-12-18 17:08:43 PST
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.