Bug 60976

Summary: Remove redundant goBack method on layout test controller
Product: WebKit Reporter: Ian Henderson <ian>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ddkilzer, ian
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Ian Henderson
Reported 2011-05-17 11:33:41 PDT
In http://trac.webkit.org/changeset/86644, I added a "goBack" method to LayoutTestController. It turns out that method wasn't necessary; we can call layoutTestController.queueBackNavigation instead. We should remove the goBack method and modify LayoutTests/loader/navigation-while-deferring-loads.html to use queueBackNavigation.
Attachments
Note You need to log in before you can comment on or make changes to this bug.