Bug 31557 - [WIN] Implement error page support to DRT
Summary: [WIN] Implement error page support to DRT
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 08:14 PST by Antonio Gomes
Modified: 2012-05-01 07:24 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2009-11-16 08:14:25 PST
Qt's DRT implements mechanisms for handling error pages in its DRT. It is a
attemptive to get the DRT even more close to a real browser. See bug 30573 and
*specially* https://bugs.webkit.org/show_bug.cgi?id=31509#c0 for details.

The current test** relying on this feature is Skipped in win for now.

** LayoutTests/fast/history/back-forward-reset-after-error-handling.html

This bug is to track implementation in WIN's DRT.