diff options
Diffstat (limited to 'remote/cdp/test/browser/network/doc_empty.html')
-rw-r--r-- | remote/cdp/test/browser/network/doc_empty.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/remote/cdp/test/browser/network/doc_empty.html b/remote/cdp/test/browser/network/doc_empty.html new file mode 100644 index 0000000000..779a0ab052 --- /dev/null +++ b/remote/cdp/test/browser/network/doc_empty.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <title>Test page</title> +</head> +<body> + <div id="content">Example page</div> +</body> +</html> |