| 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 Expired | 8 Expired |
| 9 | 9 |
| 10 - | 10 - |
| 11 Infra Win Tester | 11 Infra Win Tester |
| 12 308998ca182a0210 | 12 308998ca182a0210 |
| 13 </title> | 13 </title> |
| 14 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 14 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 15 <script src="/static/common/js/time.js"></script> | 15 <script src="/static/common/js/time.js"></script> |
| 16 <script src="/static/common/third_party/js/jquery.min.js"></script> | 16 <script src="/static/common/third_party/js/jquery.min.js"></script> |
| 17 | 17 |
| 18 | 18 |
| 19 <body class="interface"> | 19 <body class="interface"> |
| 20 <header> | 20 <header> |
| 21 Luci | 21 Luci |
| 22 <div> | 22 <div> |
| 23 | 23 |
| 24 <a href="https://login.url/">login</a> | 24 <a href="https://login.url/?target=/foobar">login</a> |
| 25 | 25 |
| 26 </div> | 26 </div> |
| 27 </header> | 27 </header> |
| 28 <hr> | 28 <hr> |
| 29 | 29 |
| 30 <div class="content"> | 30 <div class="content"> |
| 31 <h1> | 31 <h1> |
| 32 | 32 |
| 33 Builder <a href="/buildbucket/luci.infra.try/Infra%20Win%20Tester?server
=cr-buildbucket.appspot.com">Infra Win Tester</a> | 33 Builder <a href="/buildbucket/luci.infra.try/Infra%20Win%20Tester?server
=cr-buildbucket.appspot.com">Infra Win Tester</a> |
| 34 | 34 |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 <script> | 327 <script> |
| 328 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 328 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 329 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 329 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 330 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 330 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 331 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 331 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 332 | 332 |
| 333 ga('create', 'UA-12345-01', 'auto'); | 333 ga('create', 'UA-12345-01', 'auto'); |
| 334 ga('send', 'pageview'); | 334 ga('send', 'pageview'); |
| 335 </script> | 335 </script> |
| 336 | 336 |
| OLD | NEW |