| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script> | 4 <script> |
| 5 function test() { | 5 function test() { |
| 6 Help.releaseNoteText = [ | 6 Help.releaseNoteText = [ |
| 7 { | 7 { |
| 8 version: 99, | 8 version: 99, |
| 9 date: "March 2017", |
| 9 highlights: [ | 10 highlights: [ |
| 10 { | 11 { |
| 11 title: 'Improved Performance and Memory panels', | 12 title: 'Improved Performance and Memory panels', |
| 12 subtitle: '', | 13 subtitle: '', |
| 13 link: 'https://developers.google.com/web/tools/chrome-devto
ols/', | 14 link: 'https://developers.google.com/web/tools/chrome-devto
ols/', |
| 14 }, | 15 }, |
| 15 { | 16 { |
| 16 title: 'Edit cookies directly from the Application panel', | 17 title: 'Edit cookies directly from the Application panel', |
| 17 subtitle: '', | 18 subtitle: '', |
| 18 link: 'https://developers.google.com/web/tools/chrome-devto
ols/', | 19 link: 'https://developers.google.com/web/tools/chrome-devto
ols/', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 | 53 |
| 53 </script> | 54 </script> |
| 54 </head> | 55 </head> |
| 55 <body onload="runTest()"> | 56 <body onload="runTest()"> |
| 56 <p> | 57 <p> |
| 57 Test release note | 58 Test release note |
| 58 </p> | 59 </p> |
| 59 | 60 |
| 60 </body> | 61 </body> |
| 61 </html> | 62 </html> |
| OLD | NEW |