File: setup.html

package info (click to toggle)
itsalltext 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 932 kB
  • ctags: 177
  • sloc: makefile: 134
file content (49 lines) | stat: -rw-r--r-- 1,391 bytes parent folder | download | duplicates (3)
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
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Setup Tests</title>
    <link rel="stylesheet" href="style.css" type="text/css">
  </head>

  <body>
    <h1>Setup Tests</h1>

    <div class="back"><a href=".">back</a></div>

    <p>
      Purpose: to verify that a new version of IAT! has been setup correctly.
    </p>

    <form action="" method="get">
      <p>
        Use this textarea for the tests below:
        <textarea>testing area</textarea>
      </p>
    </form>
    
    <ol>
      <li>
        When you mouse over the textarea an edit button should appear.
      </li>
      <li>
        If you right click on the textarea there should be a context
        menu item saying "It's All Text!"
      </li>
      <li>
        (Non-OSX platforms only) If you have never installed IAT! for this browser
        <ol>
          <li>Click the edit button. You should get a dialog that says
            that it was unable to open your editor.</li>
          <li>Click on the preferences button.</li>
          <li>Set the editor.</li>
          <li>Close the preferences. The editor you chose should pop
            up and should contain the text from the textarea.</li>
        </ol>
      </li>
    </ol>

    <div class="back"><a href=".">back</a></div>
  </body>
</html>