forked from mirrors/gecko-dev
This extends the existing the existing scroll position test by navigating to a second page and then checking that after closing and restoring that tab, the scroll position is restored not only for the current history entry, but after going back as well. MozReview-Commit-ID: Ddig1Mfo5rz --HG-- extra : rebase_source : 20bdc1f116b27f7386a9b7d1cdc0ad383b21b99c
8 lines
204 B
HTML
8 lines
204 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>browser_scrollPositions_sample.html</title>
|
|
</head>
|
|
<body style='width: 100000px; height: 100000px;'>top</body>
|
|
</html>
|