| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Test swarming build</title> | 5 <title>Test swarming build</title> |
| 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 7 <script src="/static/common/js/time.js"></script> | 7 <script src="/static/common/js/time.js"></script> |
| 8 | 8 |
| 9 | 9 |
| 10 <body class="interface"> | 10 <body class="interface"> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 <p class="success result">Build successful | 24 <p class="success result">Build successful |
| 25 | 25 |
| 26 <span class="subtitle"> | 26 <span class="subtitle"> |
| 27 | 27 |
| 28 </span> | 28 </span> |
| 29 </p> | 29 </p> |
| 30 | 30 |
| 31 | 31 |
| 32 | 32 |
| 33 | 33 |
| 34 | 34 |
| 35 | 35 |
| 36 | 36 |
| 37 | 37 |
| 38 <h2>Steps and Logfiles:</h2> | 38 <h2>Steps and Logfiles:</h2> |
| 39 <ol> | 39 <ol> |
| 40 | 40 |
| 41 </ol> | 41 </ol> |
| 42 | 42 |
| 43 </div> | 43 </div> |
| 44 | 44 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 })(); | 94 })(); |
| 95 </script> | 95 </script> |
| 96 | 96 |
| 97 <script> | 97 <script> |
| 98 (function () { | 98 (function () { |
| 99 'use strict'; | 99 'use strict'; |
| 100 document.getElementById('current-time').textContent = milo.formatDate( | 100 document.getElementById('current-time').textContent = milo.formatDate( |
| 101 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); | 101 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); |
| 102 })(); | 102 })(); |
| 103 </script> | 103 </script> |
| OLD | NEW |