| 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 - |
| 11 | 11 |
| 12 2d8d62f6be545b10 | 12 2d8d62f6be545b10 |
| 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 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav
icon/yellow-32.png"> | 18 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav
icon/yellow-32.png"> |
| 19 | 19 |
| 20 | 20 |
| 21 | 21 |
| 22 <body class="interface"> | 22 <body class="interface"> |
| 23 <header> | 23 <header> |
| 24 Luci | 24 Luci |
| 25 <div> | 25 <div> |
| 26 | 26 |
| 27 <a href="https://login.url/?target=/foobar">login</a> | 27 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> |
| 28 | 28 |
| 29 </div> | 29 </div> |
| 30 </header> | 30 </header> |
| 31 <hr> | 31 <hr> |
| 32 | 32 |
| 33 <div class="content"> | 33 <div class="content"> |
| 34 <h1> | 34 <h1> |
| 35 | 35 |
| 36 Build 2d8d62f6be545b10 | 36 Build 2d8d62f6be545b10 |
| 37 | 37 |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 <script> | 206 <script> |
| 207 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 207 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 208 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 208 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 209 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 209 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 210 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 210 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 211 | 211 |
| 212 ga('create', 'UA-12345-01', 'auto'); | 212 ga('create', 'UA-12345-01', 'auto'); |
| 213 ga('send', 'pageview'); | 213 ga('send', 'pageview'); |
| 214 </script> | 214 </script> |
| 215 | 215 |
| OLD | NEW |