| Index: third_party/WebKit/LayoutTests/inspector/help/release-note.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/help/release-note.html b/third_party/WebKit/LayoutTests/inspector/help/release-note.html
|
| index b8e77fdafdb62d52d720cb59ff3de8b1bf719db3..4051607cb21345922abf0a67cb24e4022a3c300a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/help/release-note.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/help/release-note.html
|
| @@ -8,33 +8,17 @@ function test() {
|
| version: 99,
|
| highlights: [
|
| {
|
| - contents: [
|
| - {
|
| - text: 'Improved',
|
| - },
|
| - {
|
| - text: 'Performance and Memory panels',
|
| - link: 'https://developers.google.com/web/tools/chrome-devtools/',
|
| - }
|
| - ],
|
| - featured: true,
|
| + title: 'Improved Performance and Memory panels',
|
| + subtitle: '',
|
| + link: 'https://developers.google.com/web/tools/chrome-devtools/',
|
| },
|
| {
|
| - contents: [
|
| - {
|
| - text: 'Edit cookies directly',
|
| - link: 'https://developers.google.com/web/tools/chrome-devtools/',
|
| - },
|
| - {
|
| - text: 'from the Application panel',
|
| - },
|
| - ],
|
| + title: 'Edit cookies directly from the Application panel',
|
| + subtitle: '',
|
| + link: 'https://developers.google.com/web/tools/chrome-devtools/',
|
| },
|
| ],
|
| link: 'https://developers.google.com/web/tools/chrome-devtools/',
|
| - image: {
|
| - src: './resources/test.png',
|
| - },
|
| },
|
| ];
|
|
|
|
|