| 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 Success | 8 Success |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1342 $(this).click(); | 1342 $(this).click(); |
| 1343 } | 1343 } |
| 1344 }); | 1344 }); |
| 1345 }); | 1345 }); |
| 1346 </script> | 1346 </script> |
| 1347 | 1347 |
| 1348 <footer> | 1348 <footer> |
| 1349 <hr> | 1349 <hr> |
| 1350 <a href="https://github.com/luci">luci</a>, | 1350 <a href="https://github.com/luci">luci</a>, |
| 1351 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 1351 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 1352 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 1352 built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday,
03-Feb-01 04:05:06 UTC</span></b><br> |
| 1353 version: <b>testVersionID</b><br> |
| 1353 </footer> | 1354 </footer> |
| 1354 <script> | 1355 <script> |
| 1355 (function () { | 1356 (function () { |
| 1356 'use strict'; | 1357 'use strict'; |
| 1357 milo.makeTimesLocal(); | 1358 milo.makeTimesLocal(); |
| 1358 milo.annotateDurations(); | 1359 milo.annotateDurations(); |
| 1359 $(document).tooltip({ | 1360 $(document).tooltip({ |
| 1360 show: false, | 1361 show: false, |
| 1361 hide: false | 1362 hide: false |
| 1362 }); | 1363 }); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 1374 <script> | 1375 <script> |
| 1375 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 1376 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 1376 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 1377 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 1377 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 1378 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 1378 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 1379 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 1379 | 1380 |
| 1380 ga('create', 'UA-12345-01', 'auto'); | 1381 ga('create', 'UA-12345-01', 'auto'); |
| 1381 ga('send', 'pageview'); | 1382 ga('send', 'pageview'); |
| 1382 </script> | 1383 </script> |
| 1383 | 1384 |
| OLD | NEW |