1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Revisit Test</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h1>Revisit Test</h1>
<div class="back"><a href=".">back</a></div>
<p>
Purpose: to verify IAT! will reuse the same file instead of deleting it.
</p>
<form action="" method="get">
<p>
Use this textarea for the tests below:
<textarea id="identity">testing area</textarea>
</p>
</form>
<ol>
<li>
Click on the edit button. Add the phrase "visit 1" to the text. Save and quit your editor.
</li>
<li>
Click on <a href="?">this link</a> to come back to this page.
</li>
<li>
Verify that the phrase "visit 1" is not in the textarea above.
</li>
<li>
Right-Click on the edit button. Choose the option “Edit using previous '.txt' file”
<br/>
The phrase "visit 1" should be in your editor.
</li>
</ol>
<div class="back"><a href=".">back</a></div>
</body>
</html>
|