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

Side by Side Diff: tests/test_parse_master/console-input.html

Issue 11535002: chromium-build app now renders console from stored rows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Add test_parse_master_utf8 Created 7 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta http-equiv="refresh" content="9999999999"/> 6 <meta http-equiv="refresh" content="9999999999"/>
7 <title>BuildBot: Chromium</title> 7 <title>BuildBot: Chromium</title>
8 <link rel="stylesheet" href="default.css" type="text/css" /> 8 <link rel="stylesheet" href="default.css" type="text/css" />
9 <link rel="alternate" type="application/rss+xml" title="RSS" href="rss"> 9 <link rel="alternate" type="application/rss+xml" title="RSS" href="rss">
10 10
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 </td> 756 </td>
757 </tr> 757 </tr>
758 </table> 758 </table>
759 </div> 759 </div>
760 760
761 <br/> 761 <br/>
762 762
763 763
764 <div align="center"> 764 <div align="center">
765 <table class='ConsoleData' width="96%"> 765 <table class='ConsoleData' width="96%">
766 <tbody>
767 <tr> 766 <tr>
768 <td width="1%"> 767 <td width="1%">
769 </td> 768 </td>
770 <td width="1%"> 769 <td width="1%">
771 </td> 770 </td>
772 <td class='DevStatus Alt first ' width='6%'> 771 <td class='DevStatus Alt first ' width='6%'>
773 clobber 772 clobber
774 </td> 773 </td>
775 <td class='DevStatus Alt ' width='51%'> 774 <td class='DevStatus Alt ' width='51%'>
776 windows 775 windows
(...skipping 9525 matching lines...) Expand 10 before | Expand all | Expand 10 after
10302 </ul> 10301 </ul>
10303 </td> 10302 </td>
10304 </tr> 10303 </tr>
10305 10304
10306 10305
10307 <tr class='DevStatusSpacing'> 10306 <tr class='DevStatusSpacing'>
10308 <td> 10307 <td>
10309 </td> 10308 </td>
10310 </tr> 10309 </tr>
10311 10310
10312 </tbody>
10313 </table> 10311 </table>
10314 </div> 10312 </div>
10315 10313
10316 10314
10317 <div id="divBox" onmouseout="if (checkMouseLeave(this, event)) this.style.displa y = 'None'" class="BuildWaterfall"> 10315 <div id="divBox" onmouseout="if (checkMouseLeave(this, event)) this.style.displa y = 'None'" class="BuildWaterfall">
10318 </div> 10316 </div>
10319 10317
10320 10318
10321 <iframe id="frameBox" style="display: none;"></iframe> 10319 <iframe id="frameBox" style="display: none;"></iframe>
10322 10320
10323 <script type="text/javascript"> 10321 <script type="text/javascript">
10324 // replace 'onload="updateDiv(event);" with this, as iframe doesn't have onload event in xhtml 10322 // replace 'onload="updateDiv(event);" with this, as iframe doesn't have onload event in xhtml
10325 window.addEventListener("load", function() { 10323 window.addEventListener("load", function() {
10326 document.getElementById('frameBox').onload = function(event) { 10324 document.getElementById('frameBox').onload = function(event) {
10327 updateDiv(event); 10325 updateDiv(event);
10328 }; 10326 };
10329 }, false); 10327 }, false);
10330 </script> 10328 </script>
10331 10329
10332 </div><div class="footer" style="clear:both"> 10330 </div><div class="footer" style="clear:both">
10333 <hr/> 10331 <hr/>
10334 [ <a class='collapse' href='#' OnClick='collapse(); return false;'>collapse</a > 10332 [ <a class='collapse' href='#' OnClick='collapse(); return false;'>collapse</a >
10335 <a class='uncollapse' href='#' OnClick='uncollapse(); return false;'>un-collap se</a> 10333 <a class='uncollapse' href='#' OnClick='uncollapse(); return false;'>un-collap se</a>
10336 <a class='merge' href="#" OnClick="merge(); return false;">merge</a> 10334 <a class='merge' href="#" OnClick="merge(); return false;">merge</a>
10337 <a class='unmerge' style='display: none' href="#" OnClick="unmerge(); return f alse;">un-merge</a> ] 10335 <a class='unmerge' style='display: none' href="#" OnClick="unmerge(); return f alse;">un-merge</a> ]
10338 </div> 10336 </div>
10339 </body> 10337 </body>
10340 </html> 10338 </html>
OLDNEW
« no previous file with comments | « tests/test_console_merger_utf8/chromium_merged_console.html ('k') | tests/test_parse_master/console-input-handled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698