OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2011 Google Inc. All rights reserved. | 2 * Copyright (C) 2011 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
6 * are met: | 6 * are met: |
7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 equal(testFailures.innerHTML, | 214 equal(testFailures.innerHTML, |
215 '<div class="how">' + | 215 '<div class="how">' + |
216 '<table class="failures">' + | 216 '<table class="failures">' + |
217 '<thead><tr><td>type</td><td>release</td><td>debug</td></tr></th
ead>' + | 217 '<thead><tr><td>type</td><td>release</td><td>debug</td></tr></th
ead>' + |
218 '<tbody>' + | 218 '<tbody>' + |
219 '<tr class="TEXT">' + | 219 '<tr class="TEXT">' + |
220 '<td><span>TEXT</span></td>' + | 220 '<td><span>TEXT</span></td>' + |
221 '<td></td>' + | 221 '<td></td>' + |
222 '<td><a class="failing-builder" href="http://build.chrom
ium.org/p/chromium.webkit/waterfall?builder=WebKit+Linux+(dbg)"><span class="ver
sion">lucid</span><span class="architecture">64-bit</span></a></td>' + | 222 '<td><a class="failing-builder" href="http://build.chrom
ium.org/p/chromium.webkit/waterfall?builder=WebKit+Linux+(dbg)"><span class="ver
sion">lucid</span><span class="architecture">64-bit</span></a></td>' + |
223 '</tr>' + | 223 '</tr>' + |
224 '<tr class="BUILDING" style="">' + | 224 '<tr class="BUILDING">' + |
225 '<td><span>BUILDING</span></td>' + | 225 '<td><span>BUILDING</span></td>' + |
226 '<td><a class="failing-builder" href="http://build.chrom
ium.org/p/chromium.webkit/waterfall?builder=WebKit+Mac10.6"><span class="version
">snowleopard</span></a></td>' + | 226 '<td><a class="failing-builder" href="http://build.chrom
ium.org/p/chromium.webkit/waterfall?builder=WebKit+Mac10.6"><span class="version
">snowleopard</span></a></td>' + |
227 '<td></td>' + | 227 '<td></td>' + |
228 '</tr>' + | 228 '</tr>' + |
229 '</tbody>' + | 229 '</tbody>' + |
230 '</table>' + | 230 '</table>' + |
231 '</div>' + | 231 '</div>' + |
232 '<div class="what">' + | 232 '<div class="what">' + |
233 '<div class="problem">' + | 233 '<div class="problem">' + |
234 '<ul class="effects">' + | 234 '<ul class="effects">' + |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 '<ul class="effects">' + | 293 '<ul class="effects">' + |
294 '<li class="builder"><a class="failing-builder" href="http:/
/build.chromium.org/p/chromium.webkit/waterfall?builder=WebKit+Linux"><span clas
s="version">lucid</span><span class="architecture">64-bit</span><span class="fai
lures"> compile</span></a></li>' + | 294 '<li class="builder"><a class="failing-builder" href="http:/
/build.chromium.org/p/chromium.webkit/waterfall?builder=WebKit+Linux"><span clas
s="version">lucid</span><span class="architecture">64-bit</span><span class="fai
lures"> compile</span></a></li>' + |
295 '<li class="builder"><a class="failing-builder" href="http:/
/build.chromium.org/p/chromium.webkit/waterfall?builder=WebKit+Win7"><span class
="version">win7</span><span class="failures"> webkit_tests, update</span></a></l
i>' + | 295 '<li class="builder"><a class="failing-builder" href="http:/
/build.chromium.org/p/chromium.webkit/waterfall?builder=WebKit+Win7"><span class
="version">win7</span><span class="failures"> webkit_tests, update</span></a></l
i>' + |
296 '</ul>' + | 296 '</ul>' + |
297 '</div>' + | 297 '</div>' + |
298 '<ul class="causes"></ul>' + | 298 '<ul class="causes"></ul>' + |
299 '</div>'); | 299 '</div>'); |
300 }); | 300 }); |
301 | 301 |
302 }()); | 302 }()); |
OLD | NEW |