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

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

Issue 2623143002: DevTools: insert console message decorations in order
Patch Set: ac Created 3 years, 11 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/iframe-logger.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/resources/iframe-logger.html b/third_party/WebKit/LayoutTests/inspector/console/resources/iframe-logger.html
new file mode 100644
index 0000000000000000000000000000000000000000..e1562e4738c86d81f23ad33d029ac7a6c05b7a3f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/resources/iframe-logger.html
@@ -0,0 +1,3 @@
+<script>
+console.log('log from an iframe');
+</script>

Powered by Google App Engine
This is Rietveld 408576698