| 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 Running | 8 Running |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 $(this).click(); | 195 $(this).click(); |
| 196 } | 196 } |
| 197 }); | 197 }); |
| 198 }); | 198 }); |
| 199 </script> | 199 </script> |
| 200 | 200 |
| 201 <footer> | 201 <footer> |
| 202 <hr> | 202 <hr> |
| 203 <a href="https://github.com/luci">luci</a>, | 203 <a href="https://github.com/luci">luci</a>, |
| 204 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 204 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 205 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 205 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 206 version: <b>testVersionID</b><br> |
| 206 </footer> | 207 </footer> |
| 207 <script> | 208 <script> |
| 208 (function () { | 209 (function () { |
| 209 'use strict'; | 210 'use strict'; |
| 210 milo.makeTimesLocal(); | 211 milo.makeTimesLocal(); |
| 211 milo.annotateDurations(); | 212 milo.annotateDurations(); |
| 212 $(document).tooltip({ | 213 $(document).tooltip({ |
| 213 show: false, | 214 show: false, |
| 214 hide: false | 215 hide: false |
| 215 }); | 216 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 227 <script> | 228 <script> |
| 228 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 229 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 229 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 230 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 230 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 231 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 231 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 232 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 232 | 233 |
| 233 ga('create', 'UA-12345-01', 'auto'); | 234 ga('create', 'UA-12345-01', 'auto'); |
| 234 ga('send', 'pageview'); | 235 ga('send', 'pageview'); |
| 235 </script> | 236 </script> |
| 236 | 237 |
| OLD | NEW |