diff options
Diffstat (limited to 'devtools/client/webconsole/test/browser/test-blank.html')
-rw-r--r-- | devtools/client/webconsole/test/browser/test-blank.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devtools/client/webconsole/test/browser/test-blank.html b/devtools/client/webconsole/test/browser/test-blank.html new file mode 100644 index 0000000000..367ce6c804 --- /dev/null +++ b/devtools/client/webconsole/test/browser/test-blank.html @@ -0,0 +1,10 @@ +<!-- Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ --> +<!DOCTYPE html> +<html> +<head> + <title>Blank</title> +</head> +<body> +</body> +</html> |