You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
610 B
17 lines
610 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head><title>Back/forward test helper page</title></head> |
|
<body role="main"> |
|
<h1>Back/forward test helper page</h1> |
|
<p> |
|
You've navigated to this page from <a href="BackForwardState.html">backForward.html</a>. |
|
Press the "Go back" link below to return, or your browser's back button, |
|
and check that the editors' values were restored to the test data you entered. |
|
</p> |
|
<p> |
|
Note that pressing the link above will not work, since the browser doesn't consider it |
|
as "returning" to the previous page. |
|
</p> |
|
<a href="javascript:history.go(-1)" id="back">Go Back</a> |
|
</body> |
|
</html> |