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 header: 'Highlights from Chrome 100 update', |
10 highlights: [ | 10 highlights: [ |
11 { | 11 { |
12 title: 'Improved Performance and Memory panels', | 12 title: 'Improved Performance and Memory panels', |
13 subtitle: '', | 13 subtitle: '', |
14 link: 'https://developers.google.com/web/tools/chrome-devto
ols/', | 14 link: 'https://developers.google.com/web/tools/chrome-devto
ols/', |
15 }, | 15 }, |
16 { | 16 { |
17 title: 'Edit cookies directly from the Application panel', | 17 title: 'Edit cookies directly from the Application panel', |
18 subtitle: '', | 18 subtitle: '', |
19 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... |
53 | 53 |
54 </script> | 54 </script> |
55 </head> | 55 </head> |
56 <body onload="runTest()"> | 56 <body onload="runTest()"> |
57 <p> | 57 <p> |
58 Test release note | 58 Test release note |
59 </p> | 59 </p> |
60 | 60 |
61 </body> | 61 </body> |
62 </html> | 62 </html> |
OLD | NEW |