| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 <a href="/foobar?limit=200">200</a> | 140 <a href="/foobar?limit=200">200</a> |
| 141 ) | 141 ) |
| 142 | 142 |
| 143 </div> | 143 </div> |
| 144 | 144 |
| 145 | 145 |
| 146 <footer> | 146 <footer> |
| 147 <hr> | 147 <hr> |
| 148 <a href="https://github.com/luci">luci</a>, | 148 <a href="https://github.com/luci">luci</a>, |
| 149 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 149 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 150 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 150 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 151 version: <b>testVersionID</b><br> |
| 151 </footer> | 152 </footer> |
| 152 <script> | 153 <script> |
| 153 (function () { | 154 (function () { |
| 154 'use strict'; | 155 'use strict'; |
| 155 milo.makeTimesLocal(); | 156 milo.makeTimesLocal(); |
| 156 milo.annotateDurations(); | 157 milo.annotateDurations(); |
| 157 $(document).tooltip({ | 158 $(document).tooltip({ |
| 158 show: false, | 159 show: false, |
| 159 hide: false | 160 hide: false |
| 160 }); | 161 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 172 <script> | 173 <script> |
| 173 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 174 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 174 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 175 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 175 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 176 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 176 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 177 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 177 | 178 |
| 178 ga('create', 'UA-12345-01', 'auto'); | 179 ga('create', 'UA-12345-01', 'auto'); |
| 179 ga('send', 'pageview'); | 180 ga('send', 'pageview'); |
| 180 </script> | 181 </script> |
| 181 | 182 |
| OLD | NEW |