| 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 Failed | 8 Failed |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 $(this).click(); | 267 $(this).click(); |
| 268 } | 268 } |
| 269 }); | 269 }); |
| 270 }); | 270 }); |
| 271 </script> | 271 </script> |
| 272 | 272 |
| 273 <footer> | 273 <footer> |
| 274 <hr> | 274 <hr> |
| 275 <a href="https://github.com/luci">luci</a>, | 275 <a href="https://github.com/luci">luci</a>, |
| 276 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 276 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 277 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 277 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 278 version: <b>testVersionID</b><br> |
| 278 </footer> | 279 </footer> |
| 279 <script> | 280 <script> |
| 280 (function () { | 281 (function () { |
| 281 'use strict'; | 282 'use strict'; |
| 282 milo.makeTimesLocal(); | 283 milo.makeTimesLocal(); |
| 283 milo.annotateDurations(); | 284 milo.annotateDurations(); |
| 284 $(document).tooltip({ | 285 $(document).tooltip({ |
| 285 show: false, | 286 show: false, |
| 286 hide: false | 287 hide: false |
| 287 }); | 288 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 299 <script> | 300 <script> |
| 300 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 301 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 301 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 302 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 302 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 303 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 303 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 304 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 304 | 305 |
| 305 ga('create', 'UA-12345-01', 'auto'); | 306 ga('create', 'UA-12345-01', 'auto'); |
| 306 ga('send', 'pageview'); | 307 ga('send', 'pageview'); |
| 307 </script> | 308 </script> |
| 308 | 309 |
| OLD | NEW |