Bug 60976
| Summary: | Remove redundant goBack method on layout test controller | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ian Henderson <ian> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ddkilzer, ian |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Ian Henderson
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |