Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: milo/appengine/frontend/expectations/buildbot.build-Debug_page-_CrWinGoma_30608.html

Issue 2830443003: auth: Refactor how authentication methods are passed to server/auth library. (Closed)
Patch Set: fix test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 -
11 CrWinGoma 11 CrWinGoma
12 #30608 12 #30608
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/green-32.png"> 18 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav icon/green-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 Builder <a href=".">CrWinGoma</a> 36 Builder <a href=".">CrWinGoma</a>
37 37
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 <script> 781 <script>
782 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 782 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
783 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 783 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
784 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 784 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
785 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 785 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
786 786
787 ga('create', 'UA-12345-01', 'auto'); 787 ga('create', 'UA-12345-01', 'auto');
788 ga('send', 'pageview'); 788 ga('send', 'pageview');
789 </script> 789 </script>
790 790
OLDNEW
« no previous file with comments | « milo/appengine/common/middleware.go ('k') | milo/appengine/frontend/expectations/buildbot.build-Debug_page-_newline_1234.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698