[Webkit-unassigned] [Bug 15220] New: Tests expect window.name to be reset between page loads
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 14 17:03:49 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15220
Summary: Tests expect window.name to be reset between page loads
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mpComplete at gmail.com
Run this command (all one line):
run-webkit-tests fast/dom/Window/get-set-properties.html
fast/loader/plain-text-document.html
The second test will fail because the frame name is carried over from the first
test. Some test that is normally run in between must reset the frame name, or
else the DRT is restarted sometime between the two tests.
I think a simple call to mainFrame->tree()->setName("") before each test is run
should fix this.
--
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