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

Side by Side Diff: milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 years, 6 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
(Empty)
1
2 <!DOCTYPE html>
3
4 <html lang="en">
5 <meta charset="utf-8">
6 <title>Milo</title>
7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
8 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t ype="text/css">
9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script>
10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m in.js"></script>
11 <script src="/static/common/js/time.js"></script>
12 <script src="/static/common/third_party/js/jquery.min.js"></script>
13 <script src="/static/common/third_party/js/jquery-ui.min.js"></script>
14
15
16 <body class="interface">
17 <header>
18 Luci
19 <div>
20
21 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a>
22
23 </div>
24 </header>
25 <hr>
26
27 <h1>Milo</h1>
28
29
30 Encountered error while loading front page: couldn&#39;t find ice cream
31
32
33
34 <h2> Module 1
35
36 </h2>
37
38 <h3> Example master A </h3>
39
40 <li><a href="/master1/buildera">Example builder</a></li>
41
42 <li><a href="/master1/builderb">Example builder 2</a></li>
43
44
45
46
47
48 <footer>
49 <hr>
50 <a href="https://github.com/luci">luci</a>,
51 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
52 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
53 </footer>
54 <script>
55 (function () {
56 'use strict';
57 milo.makeTimesLocal();
58 milo.annotateDurations();
59 $(document).tooltip({
60 show: false,
61 hide: false
62 });
63 })();
64 </script>
65 <script>
66 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
67 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
68 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
69 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
70
71 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
72 </script>
73
74 <script>
75 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
76 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
77 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
78 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
79
80 ga('create', 'UA-12345-01', 'auto');
81 ga('send', 'pageview');
82 </script>
83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698