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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/release-note-unit-expected.txt

Issue 2649023007: DevTools: implement release note behind an experiment (Closed)
Patch Set: fixup Created 3 years, 10 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/console/release-note-unit-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/release-note-unit-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/release-note-unit-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..28a5197ab6141c10c81311f571362087367193c7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/release-note-unit-expected.txt
@@ -0,0 +1,23 @@
+Unit test for release note
+
+
+Running: getValidReleaseNote
+Browser version: 3
+Last seen version: 2
+Received release note version: 3
+
+Running: getAnotherValidReleaseNote
+Browser version: 4
+Last seen version: 3
+Received release note version: 4
+
+Running: alreadySeenReleaseNote
+Browser version: 3
+Last seen version: 3
+Did not get a release note
+
+Running: noMoreReleaseNote
+Browser version: 6
+Last seen version: 5
+Did not get a release note
+

Powered by Google App Engine
This is Rietveld 408576698