| 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 Success | 8 Success |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 $(this).click(); | 730 $(this).click(); |
| 731 } | 731 } |
| 732 }); | 732 }); |
| 733 }); | 733 }); |
| 734 </script> | 734 </script> |
| 735 | 735 |
| 736 <footer> | 736 <footer> |
| 737 <hr> | 737 <hr> |
| 738 <a href="https://github.com/luci">luci</a>, | 738 <a href="https://github.com/luci">luci</a>, |
| 739 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 739 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 740 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 740 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 741 version: <b>testVersionID</b><br> |
| 741 </footer> | 742 </footer> |
| 742 <script> | 743 <script> |
| 743 (function () { | 744 (function () { |
| 744 'use strict'; | 745 'use strict'; |
| 745 milo.makeTimesLocal(); | 746 milo.makeTimesLocal(); |
| 746 milo.annotateDurations(); | 747 milo.annotateDurations(); |
| 747 $(document).tooltip({ | 748 $(document).tooltip({ |
| 748 show: false, | 749 show: false, |
| 749 hide: false | 750 hide: false |
| 750 }); | 751 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 762 <script> | 763 <script> |
| 763 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 764 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 764 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 765 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 765 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 766 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 766 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 767 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 767 | 768 |
| 768 ga('create', 'UA-12345-01', 'auto'); | 769 ga('create', 'UA-12345-01', 'auto'); |
| 769 ga('send', 'pageview'); | 770 ga('send', 'pageview'); |
| 770 </script> | 771 </script> |
| 771 | 772 |
| OLD | NEW |