| 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> | 6 <title> |
| 7 | 7 |
| 8 Running | 8 Running |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 $(this).click(); | 218 $(this).click(); |
| 219 } | 219 } |
| 220 }); | 220 }); |
| 221 }); | 221 }); |
| 222 </script> | 222 </script> |
| 223 | 223 |
| 224 <footer> | 224 <footer> |
| 225 <hr> | 225 <hr> |
| 226 <a href="https://github.com/luci">luci</a>, | 226 <a href="https://github.com/luci">luci</a>, |
| 227 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 227 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 228 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 228 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 229 version: <b>testVersionID</b><br> |
| 229 </footer> | 230 </footer> |
| 230 <script> | 231 <script> |
| 231 (function () { | 232 (function () { |
| 232 'use strict'; | 233 'use strict'; |
| 233 milo.makeTimesLocal(); | 234 milo.makeTimesLocal(); |
| 234 milo.annotateDurations(); | 235 milo.annotateDurations(); |
| 235 $(document).tooltip({ | 236 $(document).tooltip({ |
| 236 show: false, | 237 show: false, |
| 237 hide: false | 238 hide: false |
| 238 }); | 239 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 250 <script> | 251 <script> |
| 251 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 252 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 252 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 253 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 253 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 254 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 254 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 255 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 255 | 256 |
| 256 ga('create', 'UA-12345-01', 'auto'); | 257 ga('create', 'UA-12345-01', 'auto'); |
| 257 ga('send', 'pageview'); | 258 ga('send', 'pageview'); |
| 258 </script> | 259 </script> |
| 259 | 260 |
| OLD | NEW |