Bug 31555

Summary: [Mac] Implement error page support to DRT
Product: WebKit Reporter: Antonio Gomes <tonikitoo>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Antonio Gomes 2009-11-16 08:10:05 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 mac for now.

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

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