Chromium Code Reviews| 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 Success | 8 Success |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 82 <a href="https://build.chromium.org/p//builders/CrWinGoma/builds/30608 ">/CrWinGoma/30608</a> | 82 <a href="https://build.chromium.org/p//builders/CrWinGoma/builds/30608 ">/CrWinGoma/30608</a> |
| 83 </li> | 83 </li> |
| 84 | 84 |
| 85 | 85 |
| 86 | 86 |
| 87 <li> | 87 <li> |
| 88 Bot: | 88 Bot: |
| 89 <a href="https://build.chromium.org/p//buildslaves/build28-m1">build28 -m1</a> | 89 <a href="https://build.chromium.org/p//buildslaves/build28-m1">build28 -m1</a> |
| 90 </li> | 90 </li> |
| 91 | 91 |
| 92 | |
| 93 | |
|
nodir
2017/02/07 21:56:29
we should get rid of these blank lines (in a separ
hinoka
2017/02/24 00:56:22
Acknowledged.
| |
| 92 </ul> | 94 </ul> |
| 93 | 95 |
| 94 | 96 |
| 95 | 97 |
| 96 | 98 |
| 97 | 99 |
| 98 | 100 |
| 99 | 101 |
| 100 <h2>Steps and Logfiles:</h2> | 102 <h2>Steps and Logfiles:</h2> |
| 101 <input type="checkbox" id="showHidden"> | 103 <input type="checkbox" id="showHidden"> |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 879 <script> | 881 <script> |
| 880 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ | 882 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ |
| 881 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), | 883 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), |
| 882 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) | 884 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) |
| 883 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); | 885 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); |
| 884 | 886 |
| 885 ga('create', 'UA-12345-01', 'auto'); | 887 ga('create', 'UA-12345-01', 'auto'); |
| 886 ga('send', 'pageview'); | 888 ga('send', 'pageview'); |
| 887 </script> | 889 </script> |
| 888 | 890 |
| OLD | NEW |