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 JavaScriptAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   

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.