Bug 60976 - Remove redundant goBack method on layout test controller
Summary: Remove redundant goBack method on layout test controller
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 11:33 PDT by Ian Henderson
Modified: 2011-05-17 11:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Henderson 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.