Bug 60064

Summary: [Qt] Layout tests may timeout if loadFinished receives false
Product: WebKit Reporter: Luiz Agostini <luiz>
Component: New BugsAssignee: Luiz Agostini <luiz>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch kenneth: review+

Description Luiz Agostini 2011-05-03 14:39:09 PDT
When using layoutTestController.queueLoad(), if QWebPage::loadFinished(bool) receives false then the layout test timout.
Because of this it is not possible to write tests for responses containing http codes 204 and 205 for example.
Comment 1 Luiz Agostini 2011-05-03 14:49:04 PDT
Created attachment 92136 [details]
patch
Comment 2 Luiz Agostini 2011-05-03 15:27:32 PDT
Committed r85667.