| 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 Pending | 8 Pending |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 $(this).click(); | 139 $(this).click(); |
| 140 } | 140 } |
| 141 }); | 141 }); |
| 142 }); | 142 }); |
| 143 </script> | 143 </script> |
| 144 | 144 |
| 145 <footer> | 145 <footer> |
| 146 <hr> | 146 <hr> |
| 147 <a href="https://github.com/luci">luci</a>, | 147 <a href="https://github.com/luci">luci</a>, |
| 148 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 148 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 149 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 149 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 150 version: <b>testVersionID</b><br> |
| 150 </footer> | 151 </footer> |
| 151 <script> | 152 <script> |
| 152 (function () { | 153 (function () { |
| 153 'use strict'; | 154 'use strict'; |
| 154 milo.makeTimesLocal(); | 155 milo.makeTimesLocal(); |
| 155 milo.annotateDurations(); | 156 milo.annotateDurations(); |
| 156 $(document).tooltip({ | 157 $(document).tooltip({ |
| 157 show: false, | 158 show: false, |
| 158 hide: false | 159 hide: false |
| 159 }); | 160 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 171 <script> | 172 <script> |
| 172 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 173 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 173 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 174 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 174 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 175 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 175 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 176 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 176 | 177 |
| 177 ga('create', 'UA-12345-01', 'auto'); | 178 ga('create', 'UA-12345-01', 'auto'); |
| 178 ga('send', 'pageview'); | 179 ga('send', 'pageview'); |
| 179 </script> | 180 </script> |
| 180 | 181 |
| OLD | NEW |