| 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 $(this).click(); | 400 $(this).click(); |
| 401 } | 401 } |
| 402 }); | 402 }); |
| 403 }); | 403 }); |
| 404 </script> | 404 </script> |
| 405 | 405 |
| 406 <footer> | 406 <footer> |
| 407 <hr> | 407 <hr> |
| 408 <a href="https://github.com/luci">luci</a>, | 408 <a href="https://github.com/luci">luci</a>, |
| 409 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 409 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 410 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 410 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 411 version: <b>testVersionID</b><br> |
| 411 </footer> | 412 </footer> |
| 412 <script> | 413 <script> |
| 413 (function () { | 414 (function () { |
| 414 'use strict'; | 415 'use strict'; |
| 415 milo.makeTimesLocal(); | 416 milo.makeTimesLocal(); |
| 416 milo.annotateDurations(); | 417 milo.annotateDurations(); |
| 417 $(document).tooltip({ | 418 $(document).tooltip({ |
| 418 show: false, | 419 show: false, |
| 419 hide: false | 420 hide: false |
| 420 }); | 421 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 432 <script> | 433 <script> |
| 433 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 434 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 434 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 435 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 435 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 436 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 436 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 437 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 437 | 438 |
| 438 ga('create', 'UA-12345-01', 'auto'); | 439 ga('create', 'UA-12345-01', 'auto'); |
| 439 ga('send', 'pageview'); | 440 ga('send', 'pageview'); |
| 440 </script> | 441 </script> |
| 441 | 442 |
| OLD | NEW |