diff options
Diffstat (limited to 'comm/mail/test/browser/content-policy/html/remoteimage.html')
-rw-r--r-- | comm/mail/test/browser/content-policy/html/remoteimage.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/comm/mail/test/browser/content-policy/html/remoteimage.html b/comm/mail/test/browser/content-policy/html/remoteimage.html new file mode 100644 index 0000000000..f7a005cf57 --- /dev/null +++ b/comm/mail/test/browser/content-policy/html/remoteimage.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>Remote Image Test</title> + </head> + <body bgcolor="#FFFFFF"> + <img id="testelement" src="pass.png"/> + </body> +</html> |