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> |