| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <html lang="en"> | 4 <html lang="en"> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title>Builder Sample Builder</title> | 6 <title>Builder Sample Builder</title> |
| 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 8 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t
ype="text/css"> | 8 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t
ype="text/css"> |
| 9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script> | 9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script> |
| 10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m
in.js"></script> | 10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m
in.js"></script> |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 <a href="/foobar?limit=200">200</a> | 63 <a href="/foobar?limit=200">200</a> |
| 64 ) | 64 ) |
| 65 | 65 |
| 66 </div> | 66 </div> |
| 67 | 67 |
| 68 | 68 |
| 69 <footer> | 69 <footer> |
| 70 <hr> | 70 <hr> |
| 71 <a href="https://github.com/luci">luci</a>, | 71 <a href="https://github.com/luci">luci</a>, |
| 72 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 72 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 73 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 73 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 74 version: <b>testVersionID</b><br> |
| 74 </footer> | 75 </footer> |
| 75 <script> | 76 <script> |
| 76 (function () { | 77 (function () { |
| 77 'use strict'; | 78 'use strict'; |
| 78 milo.makeTimesLocal(); | 79 milo.makeTimesLocal(); |
| 79 milo.annotateDurations(); | 80 milo.annotateDurations(); |
| 80 $(document).tooltip({ | 81 $(document).tooltip({ |
| 81 show: false, | 82 show: false, |
| 82 hide: false | 83 hide: false |
| 83 }); | 84 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 95 <script> | 96 <script> |
| 96 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 97 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 97 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 98 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 98 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 99 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 99 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 100 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 100 | 101 |
| 101 ga('create', 'UA-12345-01', 'auto'); | 102 ga('create', 'UA-12345-01', 'auto'); |
| 102 ga('send', 'pageview'); | 103 ga('send', 'pageview'); |
| 103 </script> | 104 </script> |
| 104 | 105 |
| OLD | NEW |