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

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

Issue 2921573002: Milo UI tweaks (Closed)
Patch Set: only -> Only 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
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 Failed 8 Failed
9 9
10 - 10 -
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 104
105 105
106 106
107 <h2>Steps and Logfiles:</h2> 107 <h2>Steps and Logfiles:</h2>
108 Show: 108 Show:
109 <input type="radio" name="hider" id="showAll"> 109 <input type="radio" name="hider" id="showAll">
110 <label for="showAll">All</label> 110 <label for="showAll">All</label>
111 <input type="radio" name="hider" id="showStandard" checked> 111 <input type="radio" name="hider" id="showStandard" checked>
112 <label for="showStandard">Standard</label> 112 <label for="showStandard">Standard</label>
113 <input type="radio" name="hider" id="showInteresting"> 113 <input type="radio" name="hider" id="showInteresting">
114 <label for="showInteresting">Interesting Only</label> 114 <label for="showInteresting">Non-Green Only</label>
115 <ol id="steps" class="standard"> 115 <ol id="steps" class="standard">
116 116
117 117
118 118
119 119
120 120
121 121
122 <li class="verbosity-Interesting"> 122 <li class="verbosity-Interesting">
123 <div class="status-Failure result"> 123 <div class="status-Failure result">
124 <b>steps</b> 124 <span class="duration"
125 <span style="float:right"
126 class="duration"
127 data-starttime="2016-06-27T23:30:30Z" 125 data-starttime="2016-06-27T23:30:30Z"
128 data-endtime="2016-06-27T23:50:06Z"> 126 data-endtime="2016-06-27T23:50:06Z">
129 ( 19 mins 36 secs )</span> 127 ( 19 mins 36 secs )</span>
128 <b>steps</b>
130 <span> 129 <span>
131 <div class="step-text">line 1</div><div class="step-text">&nbsp; </div><div class="step-text">line 3</div> 130 <div class="step-text">line 1</div><div class="step-text">&nbsp; </div><div class="step-text">line 3</div>
132 </span> 131 </span>
133 </div> 132 </div>
134 <ul> 133 <ul>
135 134
136 135
137 <li><a href="http://build.chromium.org/p/tryserver.chromium.win/ builders/win_chromium_rel_ng/builds/246309/steps/steps/logs/preamble">preamble</ a></li> 136 <li class="sublink"><a href="http://build.chromium.org/p/tryserv er.chromium.win/builders/win_chromium_rel_ng/builds/246309/steps/steps/logs/prea mble">preamble</a></li>
138 137
139 138
140 </ul> 139 </ul>
141 </li> 140 </li>
142 141
143 </ol> 142 </ol>
144 143
145 144
146 </div> 145 </div>
147 146
148 <div class="column"> 147 <div class="column">
149 148
150 <h2>Build Properties:</h2> 149 <h2>Build Properties:</h2>
151 150
152 <table class="info" width="100%"> 151 <table class="info BuildProperties" width="100%">
153 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 152 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
154 153
155 154
156 </table> 155 </table>
157 156
158 157
159 158
160 <h2>Timing:</h2> 159 <h2>Timing:</h2>
161 <table class="info" width="100%"> 160 <table class="info" width="100%">
162 <tr class="alt"><td class="left">Start</td> 161 <tr class="alt"><td class="left">Start</td>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 <script> 233 <script>
235 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 234 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
236 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 235 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
237 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 236 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
238 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 237 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
239 238
240 ga('create', 'UA-12345-01', 'auto'); 239 ga('create', 'UA-12345-01', 'auto');
241 ga('send', 'pageview'); 240 ga('send', 'pageview');
242 </script> 241 </script>
243 242
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698