[Webkit-unassigned] [Bug 15288] New: Layout test http/tests/navigation/javascriptlink-frames.html is timing dependent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 26 13:49:15 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15288
Summary: Layout test http/tests/navigation/javascriptlink-
frames.html is timing dependent
Product: WebKit
Version: 522+ (nightly)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mpComplete at gmail.com
This test loads 2 different pages in subframes, one of which emulates a
mouse-click to load another page in the onload handler. Then it dumps the
back/forward list, expecting the mouse-click to have generated a new page.
The problem with this is that the 2nd subframe might not have finished loading
by the time the 1st subframe's onload handler fires. If that happens, a
back/forward entry is not created for the mouse-click because it's seen as
occurring during a load.
To force this to happen, edit http/tests/navigation/resources/frameset.pl, and
change the "footer" frame URL from "otherpage.html" to "slow-resource.pl".
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list