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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/resources/clear-function-iframe.html

Issue 2970313002: DevTools: do not clear console when preserving log (Closed)
Patch Set: Move conditions into one place Created 3 years, 5 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/resources/clear-function-iframe.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/resources/clear-function-iframe.html b/third_party/WebKit/LayoutTests/inspector/console/resources/clear-function-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..acf4834bf162c6b28852ef95b0e1af2808269f96
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/resources/clear-function-iframe.html
@@ -0,0 +1,3 @@
+<script>
+console.clear();
+</script>

Powered by Google App Engine
This is Rietveld 408576698