diff options
Diffstat (limited to 'dom/base/test/file_mozfiledataurl_doc.html')
-rw-r--r-- | dom/base/test/file_mozfiledataurl_doc.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/base/test/file_mozfiledataurl_doc.html b/dom/base/test/file_mozfiledataurl_doc.html new file mode 100644 index 000000000..763b20a0f --- /dev/null +++ b/dom/base/test/file_mozfiledataurl_doc.html @@ -0,0 +1,6 @@ +<!doctype html> +<html> +<body> +<p>This here is a document!</p> +<img id=img src="file_mozfiledataurl_img.jpg"> +</html> |