| Index: third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html b/third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html
|
| index 1d1a07a02d080ef276b5996b4ae13f7d8046f70c..0986597b311a938048951ef538094d4bcd6a9e01 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/same-and-different-back.html
|
| @@ -13,9 +13,7 @@ function sameDocumentSetupDone() {
|
|
|
| function differentDocumentSetupDone() {
|
| setTimeout(function() {
|
| - // Send a backspace to trigger a back navigation.
|
| - if (window.eventSender)
|
| - eventSender.keyDown('Backspace');
|
| + window.history.back();
|
| }, 0);
|
| }
|
|
|
|
|