File: printing_checklist.html

package info (click to toggle)
iceweasel 2.0.0.19-0etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 298,784 kB
  • ctags: 317,912
  • sloc: cpp: 1,796,902; ansic: 987,677; xml: 109,036; makefile: 47,777; asm: 35,201; perl: 26,983; sh: 20,879; cs: 6,232; java: 5,513; python: 3,249; pascal: 459; lex: 306; php: 244; csh: 132; objc: 97; yacc: 79; ada: 49; awk: 14; sql: 4; sed: 4
file content (110 lines) | stat: -rw-r--r-- 3,227 bytes parent folder | download | duplicates (10)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Printing &amp; Print Preview Check List</title>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <meta name="author" content="Rod Spears">
</head>
<body>
<h1>Printing &amp; Print Preview Check List</h1>
<br>
<ul>
  <li>Printing</li>
  <ul>
    <li>Print a page</li>
    <li>Print Frameset "AsIs"</li>
    <li>Print Framset "each separately"</li>
    <li>Click on frame and print selected frame</li>
    <li>Selection</li>
    <ul>
      <li>Click on an image print "Selection" (should print just the image)</li>
    </ul>
    <ul>
      <li>Click on IFrame and print the Selection (should print IFrame as
it's own document)</li>
    </ul>
    <ul>
      <li>Select some text in Document, Print selection</li>
      <li>Select text in a FrameSet Frame, Print Selection</li>
      <li>Select text in an IFrame in a FrameSet Frame, Print Selection</li>
    </ul>
    <li>MailNews</li>
    <ul>
      <li>Print a Mail message</li>
    </ul>
    <ul>
      <li>Print multiple mail messages</li>
    </ul>
    <ul>
      <li>Print Address Book Card</li>
    </ul>
    <ul>
      <li>Print Address Book</li>
    </ul>
    <li>Editor</li>
    <ul>
      <li>Open Editor, Print<br>
      </li>
    </ul>
  </ul>
  <li>Open Page Setup</li>
  <ul>
    <li>Change various settings, print page again</li>
    <li>Test margins, etc.<br>
    </li>
  </ul>
  <li>Print Preview</li>
  <ul>
    <li>Go into PP</li>
    <li>Test #1</li>
    <ul>
      <li>Print page</li>
    </ul>
    <li>Test #2 - Tests Page Setup from PP</li>
    <ul>
      <li>Open Page Setup</li>
    </ul>
    <ul>
      <ul>
        <li>Change Orientation, press OK (PP should change)</li>
      </ul>
      <li>Print</li>
      <li>Open Page Setup</li>
      <ul>
        <li>Change Orientation, Cancel (PP Orientation should not change)</li>
      </ul>
      <li>Print (Orientation should not change)</li>
    </ul>
    <li>Test 3 - Tests Shrink To Fit (STF) and Scaling from PP</li>
    <ul>
      <li>If you start with it on STF</li>
      <li>Select 50% (should scale)</li>
      <li>Select Custom, enter 75%, press OK (should scale to 75%)</li>
      <li>Select 100%</li>
      <li>Select Custom, change the value to 50%, press Cancel (nothing should
happen and the combobox should show 100%)</li>
      <li>Select STF</li>
      <li>Select Custom, change the value to 50%, press Cancel (nothing should
happen and the combobox should show STF)</li>
      <li>Open Page Setup, STF should be checked, close it</li>
      <li>Select 100%</li>
      <li>Open Page Setup, scale should be 100% and STF unchecked</li>
      <li>Select Custom and enter 91%</li>
      <li>Open Page Setup,&nbsp;scale should be 91% and STF unchecked</li>
      <li>When Scaling changes make sure the number of Pages in the PP toolbar
changes<br>
      </li>
    </ul>
    <li>Test 4 - Orientation</li>
    <ul>
      <li>Change Orientation and then Open Page Setup to see if it is updated</li>
      <li>Change it in the Page Setup and see if the toolbar gets updated.</li>
    </ul>
    <li>Test 5 - Test PP Page Navigation<br>
    </li>
  </ul>
</ul>
<br>
</body>
</html>