WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
47045
Sunspider 0.9.1 harness doesn't actually close() its test documents
https://bugs.webkit.org/show_bug.cgi?id=47045
Summary
Sunspider 0.9.1 harness doesn't actually close() its test documents
Boris Zbarsky
Reported
2010-10-01 23:26:23 PDT
The step that goes to the next test looks like this: testFrame.contentDocument.open(); testFrame.contentDocument.write(testContents[testIndex]); testFrame.contentDocument.close; Note the lack of parens after "close".
Attachments
Patch
(1.96 KB, patch)
2011-07-02 17:35 PDT
,
Maciej Stachowiak
dbates
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2011-07-02 17:35:03 PDT
Created
attachment 99565
[details]
Patch
Maciej Stachowiak
Comment 2
2011-07-02 18:35:37 PDT
Committed
r90333
: <
http://trac.webkit.org/changeset/90333
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug