| 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 8054a2af14871440a08c9c1a768b55bea64efec2..5504b5b3a37dcf4438d49afd284866ecff1e20f1 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/help/release-note.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/help/release-note.html
|
| @@ -4,25 +4,38 @@
|
| <script>
|
| function test() {
|
| Help.releaseNoteText = [
|
| - {
|
| - version: 99,
|
| - highlights: [
|
| - {
|
| - text: "Test bullet #1",
|
| - link: "https://google.com/",
|
| - featured: true,
|
| - },
|
| - {
|
| - text: "Test bullet #2",
|
| - link: "https://google.com/",
|
| - },
|
| - ],
|
| - link: "https://google.com/",
|
| - image: {
|
| - src: "./resources/test.png",
|
| - caption: "Test image",
|
| - },
|
| - }
|
| + {
|
| + version: 99,
|
| + highlights: [
|
| + {
|
| + contents: [
|
| + {
|
| + text: 'Improved',
|
| + },
|
| + {
|
| + text: 'Performance and Memory panels',
|
| + link: 'https://developers.google.com/web/tools/chrome-devtools/',
|
| + }
|
| + ],
|
| + featured: true,
|
| + },
|
| + {
|
| + contents: [
|
| + {
|
| + text: 'Edit cookies directly',
|
| + link: 'https://developers.google.com/web/tools/chrome-devtools/',
|
| + },
|
| + {
|
| + text: 'from the Application panel',
|
| + },
|
| + ],
|
| + },
|
| + ],
|
| + link: 'https://developers.google.com/web/tools/chrome-devtools/',
|
| + image: {
|
| + src: './resources/test.png',
|
| + },
|
| + },
|
| ];
|
|
|
| InspectorTest.addSniffer(UI.inspectorView, "showPanel", onPanelShown);
|
|
|