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

Unified Diff: third_party/WebKit/LayoutTests/inspector/help/release-note-unit.html

Issue 2935393002: DevTools: stop whats new from opening on fresh profile (Closed)
Patch Set: tests Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698