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

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

Issue 2829663005: DevTools: delete copied tests and update readme (Closed)
Patch Set: Created 3 years, 8 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-function-expected.txt
diff --git a/third_party/WebKit/Source/devtools/tests/console/console-clear-function-expected.txt b/third_party/WebKit/Source/devtools/tests/console/console-clear-function-expected.txt
deleted file mode 100644
index 816aceae41d3eab151257e91c65d9731534fd71b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/tests/console/console-clear-function-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-CONSOLE MESSAGE: line 10: one
-CONSOLE MESSAGE: line 11: two
-CONSOLE MESSAGE: line 12: three
-Tests that console is cleared via console.clear() method
-
-Bug 101021
-=== Before clear ===
-console-clear-function.html:10 one
-console-clear-function.html:11 two
-console-clear-function.html:12 three
-=== After clear ===
-console-clear-function.html:19 Console was cleared
-

Powered by Google App Engine
This is Rietveld 408576698