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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/help/release-note.html

Issue 2813303004: DevTools: fix date with version, image for What's New (Closed)
Patch Set: use header string Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/help/release-note-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/help/release-note-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698