| Index: third_party/WebKit/LayoutTests/inspector/help/release-note-unit.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/help/release-note-unit.html b/third_party/WebKit/LayoutTests/inspector/help/release-note-unit.html
|
| index 2de5f281e2a0b839702cc84fdce0281f9df3852f..9aef56a62768a56bacf62ca2e694d14822de3051 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/help/release-note-unit.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/help/release-note-unit.html
|
| @@ -42,6 +42,12 @@ function test()
|
| testMaybeShowInDrawer(lastSeenVersion);
|
| next();
|
| },
|
| + function doNotShowReleaseNoteOnFreshProfile(next) {
|
| + var lastSeenVersion = 0;
|
| + testMaybeShowInDrawer(lastSeenVersion);
|
| + InspectorTest.addResult(`Release note version in setting: ${Help.releaseNoteVersionSetting().get()}`);
|
| + next();
|
| + },
|
| ]);
|
| }
|
| </script>
|
|
|