| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 $(this).click(); | 122 $(this).click(); |
| 123 } | 123 } |
| 124 }); | 124 }); |
| 125 }); | 125 }); |
| 126 </script> | 126 </script> |
| 127 | 127 |
| 128 <footer> | 128 <footer> |
| 129 <hr> | 129 <hr> |
| 130 <a href="https://github.com/luci">luci</a>, | 130 <a href="https://github.com/luci">luci</a>, |
| 131 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 131 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 132 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 132 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 133 version: <b>testVersionID</b><br> |
| 133 </footer> | 134 </footer> |
| 134 <script> | 135 <script> |
| 135 (function () { | 136 (function () { |
| 136 'use strict'; | 137 'use strict'; |
| 137 milo.makeTimesLocal(); | 138 milo.makeTimesLocal(); |
| 138 milo.annotateDurations(); | 139 milo.annotateDurations(); |
| 139 $(document).tooltip({ | 140 $(document).tooltip({ |
| 140 show: false, | 141 show: false, |
| 141 hide: false | 142 hide: false |
| 142 }); | 143 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 154 <script> | 155 <script> |
| 155 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 156 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 156 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 157 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 157 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 158 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 158 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 159 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 159 | 160 |
| 160 ga('create', 'UA-12345-01', 'auto'); | 161 ga('create', 'UA-12345-01', 'auto'); |
| 161 ga('send', 'pageview'); | 162 ga('send', 'pageview'); |
| 162 </script> | 163 </script> |
| 163 | 164 |
| OLD | NEW |