~zyga/checkbox/remove-libxml2

« back to all changes in this revision

Viewing changes to plainbox/plainbox/test-data/html-exporter/with_certification_blocker.html

  • Committer: Daniel Manrique
  • Author(s): Zygmunt Krynicki
  • Date: 2015-05-28 12:01:18 UTC
  • mfrom: (3815.1.9 launchpad/result-history)
  • Revision ID: daniel_manrique-20150528120118-mr8td57okmzed7ed
"automatic merge of lp:~zyga/checkbox/result-history/ by tarmac [r=sylvain-pineau][bug=][author=zyga]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        font-size: 10px;
124
124
        line-height: 14px;
125
125
      }
 
126
      tr.historic-run td:first-child {
 
127
        padding-left: 2em;
 
128
      }
126
129
      .data {
127
130
        display:    none;
128
131
      }
186
189
                        <th>Test ID</th>
187
190
                        <th>Result</th>
188
191
                        <th>Certification status</th>
 
192
                        <th>Run</th>
189
193
                        <th>Comment</th>
190
194
                    </tr>
191
195
                </thead>
194
198
                        <td>job 1</td>
195
199
                        <td style='font-weight: bold; color: #DC3912'>failed</td>
196
200
                        <td>blocker</td>
 
201
                        <td>1</td>
197
202
                        <td><div style="vertical-align: middle; width: 420px; overflow: auto;">
198
203
                                <pre>FATAL ERROR
199
204
</pre>
204
209
                        <td>job 2</td>
205
210
                        <td style='font-weight: bold; color: #6AA84F'>passed</td>
206
211
                        <td>unspecified</td>
 
212
                        <td>1</td>
207
213
                        <td>blah blah</td>
208
214
                    </tr>
209
215
                    <tr>
210
216
                        <td>job 3</td>
211
217
                        <td style='font-weight: bold; color: #FF9900'>skipped</td>
212
218
                        <td>unspecified</td>
 
219
                        <td>1</td>
213
220
                        <td>No such device</td>
214
221
                    </tr>
215
222
                </tbody>