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