summaryrefslogtreecommitdiffstats
path: root/remote/cdp/test/browser/runtime/doc_console_events_onload.html
diff options
context:
space:
mode:
Diffstat (limited to 'remote/cdp/test/browser/runtime/doc_console_events_onload.html')
-rw-r--r--remote/cdp/test/browser/runtime/doc_console_events_onload.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/remote/cdp/test/browser/runtime/doc_console_events_onload.html b/remote/cdp/test/browser/runtime/doc_console_events_onload.html
new file mode 100644
index 0000000000..608a22991a
--- /dev/null
+++ b/remote/cdp/test/browser/runtime/doc_console_events_onload.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Console events onload</title>
+ <script>
+ console.log("foo");
+ </script>
+</head>
+<body>
+</body>
+</html>