summaryrefslogtreecommitdiffstats
path: root/devtools/shared/commands/resource/tests/network_document.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/shared/commands/resource/tests/network_document.html')
-rw-r--r--devtools/shared/commands/resource/tests/network_document.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/devtools/shared/commands/resource/tests/network_document.html b/devtools/shared/commands/resource/tests/network_document.html
new file mode 100644
index 0000000000..5c4744cb0c
--- /dev/null
+++ b/devtools/shared/commands/resource/tests/network_document.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+ <meta http-equiv="Pragma" content="no-cache" />
+ <meta http-equiv="Expires" content="0" />
+ <title>Test for network events</title>
+ </head>
+ <body>
+ <p>Test for network events</p>
+ </body>
+</html>