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+
Maciej Stachowiak
Comment 1 2011-07-02 17:35:03 PDT
Maciej Stachowiak
Comment 2 2011-07-02 18:35:37 PDT
Note You need to log in before you can comment on or make changes to this bug.