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

Unified Diff: third_party/WebKit/Source/devtools/tests/console/console-clear-expected.txt

Issue 2772553002: DevTools: copy console tests to /Source/devtools/tests/ (Closed)
Patch Set: w/ docs & moves Created 3 years, 9 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/Source/devtools/tests/console/console-clear-expected.txt
diff --git a/third_party/WebKit/Source/devtools/tests/console/console-clear-expected.txt b/third_party/WebKit/Source/devtools/tests/console/console-clear-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b5c60476d3b38fcfe3e86523765784fccf476970
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/tests/console/console-clear-expected.txt
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: line 9: one
+CONSOLE MESSAGE: line 10: two
+CONSOLE MESSAGE: line 11: three
+Tests that console is cleared upon requestClearMessages call.
+
+=== Before clear ===
+console-clear.html:9 one
+console-clear.html:10 two
+console-clear.html:11 three
+=== After clear ===
+

Powered by Google App Engine
This is Rietveld 408576698