chr
2026-04-05 fe750b791d5b517cc4e9bc8e99a9a75139a0cfba
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<style> 
@font-face {
    font-family: Consola;
    src: url('consola.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6, p, a, b, i, strong, li, td, th {
    font-family: segoe ui, Arial, serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #e90029;
    font-weight: normal;
    page-break-after: avoid !important;
}
h1 {
    margin-top: 20mm;
    page-break-before: always;
}
a {
    color: #e90029;
    text-decoration: none;
}
p {
    page-break-before:avoid;
}
.figure{
    text-align:center;
}
.notices {
    page-break-before:avoid;
}
body {
  margin-left: 20mm;
  margin-right: 20mm;
}
table {
    page-break-inside: avoid;
    width: 100% !important;
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout: fixed;
    border: none;
}
th {
    padding: 5px;
    border-left: 1px solid black;
    background-color: #E6E7E9;
    text-align: left;
}
td {
    padding:5px;
    border-left: 1px solid black;
    word-break:break-word;
}
td:first-child,
th:first-child {
    border-left: none;
}
tr {
    border-bottom: 1px solid black;
}
tr.header {
    border-bottom: none;
}
img {
    max-width:100%;
    margin: 0 auto;
    display: block;
}
.frontpage {
    height: 100%;
    background-image: url('Frontpage.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -20mm;
    margin-right: -20mm;
    page-break-after:avoid;
}
code,
code a{
    font-family: Consola, monospace, serif !important;
    white-space: pre-wrap !important;
    font-size: 13px;
}
.sourceLine{
    width: 100%;
}
div.sourceCode {
    padding-top: 1px;
    page-break-inside: avoid;
}
.sourceCode .xml .kw {
    color: darkred;
}
.sourceCode .xml .ot {
    color: orange;
}
.sourceCode .xml .st {
    color: #4d79ff;
}
.sourceCode .xml .co {
    color: gray;
}
.sourceCode .cs .kw {
    color: #0087d1;
}
.sourceCode .cs .ot {
    color: #40bf80;
}
.sourceCode .cs .st {
    color: #d55f38;
}
.sourceCode .cs .co {
    color: #006600;
}
.sourceCode .json .dt {
    color: darkred;
}
.sourceCode .json .kw {
    color: #0084ff;
}
.sourceCode .json .st {
    color:green;
}
 
.pagebreak {
    page-break-before: always;
}
</style>
 
<div id="frontpage" class="frontpage"><h1 style="color:transparent">Keysight Test Automation (OpenTAP)</h1></div>