| Index: content/test/data/overscroll_navigation.html
|
| diff --git a/content/test/data/overscroll_navigation.html b/content/test/data/overscroll_navigation.html
|
| index 12fc696363567ee93bc474eb2f749f6fb58b14e3..e4f2500db14b43633cc78235affddd7db70af0e0 100644
|
| --- a/content/test/data/overscroll_navigation.html
|
| +++ b/content/test/data/overscroll_navigation.html
|
| @@ -62,7 +62,7 @@ function use_replace_state() {
|
| }
|
|
|
| function use_push_state() {
|
| - window.history.pushState({}, 'foo2');
|
| + window.history.pushState({}, 'foo2', 'newpath');
|
| }
|
|
|
| onload = function() {
|
|
|