| 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 Failed | 8 Failed |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 $(this).click(); | 367 $(this).click(); |
| 368 } | 368 } |
| 369 }); | 369 }); |
| 370 }); | 370 }); |
| 371 </script> | 371 </script> |
| 372 | 372 |
| 373 <footer> | 373 <footer> |
| 374 <hr> | 374 <hr> |
| 375 <a href="https://github.com/luci">luci</a>, | 375 <a href="https://github.com/luci">luci</a>, |
| 376 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 376 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 377 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 377 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 378 version: <b>testVersionID</b><br> |
| 378 </footer> | 379 </footer> |
| 379 <script> | 380 <script> |
| 380 (function () { | 381 (function () { |
| 381 'use strict'; | 382 'use strict'; |
| 382 milo.makeTimesLocal(); | 383 milo.makeTimesLocal(); |
| 383 milo.annotateDurations(); | 384 milo.annotateDurations(); |
| 384 $(document).tooltip({ | 385 $(document).tooltip({ |
| 385 show: false, | 386 show: false, |
| 386 hide: false | 387 hide: false |
| 387 }); | 388 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 399 <script> | 400 <script> |
| 400 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 401 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 401 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 402 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 402 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 403 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 403 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 404 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 404 | 405 |
| 405 ga('create', 'UA-12345-01', 'auto'); | 406 ga('create', 'UA-12345-01', 'auto'); |
| 406 ga('send', 'pageview'); | 407 ga('send', 'pageview'); |
| 407 </script> | 408 </script> |
| 408 | 409 |
| OLD | NEW |