| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 $(this).click(); | 170 $(this).click(); |
| 171 } | 171 } |
| 172 }); | 172 }); |
| 173 }); | 173 }); |
| 174 </script> | 174 </script> |
| 175 | 175 |
| 176 <footer> | 176 <footer> |
| 177 <hr> | 177 <hr> |
| 178 <a href="https://github.com/luci">luci</a>, | 178 <a href="https://github.com/luci">luci</a>, |
| 179 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 179 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 180 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 180 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 181 version: <b>testVersionID</b><br> |
| 181 </footer> | 182 </footer> |
| 182 <script> | 183 <script> |
| 183 (function () { | 184 (function () { |
| 184 'use strict'; | 185 'use strict'; |
| 185 milo.makeTimesLocal(); | 186 milo.makeTimesLocal(); |
| 186 milo.annotateDurations(); | 187 milo.annotateDurations(); |
| 187 $(document).tooltip({ | 188 $(document).tooltip({ |
| 188 show: false, | 189 show: false, |
| 189 hide: false | 190 hide: false |
| 190 }); | 191 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 202 <script> | 203 <script> |
| 203 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 204 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 204 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 205 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 205 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 206 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 206 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 207 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 207 | 208 |
| 208 ga('create', 'UA-12345-01', 'auto'); | 209 ga('create', 'UA-12345-01', 'auto'); |
| 209 ga('send', 'pageview'); | 210 ga('send', 'pageview'); |
| 210 </script> | 211 </script> |
| 211 | 212 |
| OLD | NEW |