summaryrefslogtreecommitdiffstats
path: root/devtools/client/netmonitor/test/html_image-cache.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devtools/client/netmonitor/test/html_image-cache.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/devtools/client/netmonitor/test/html_image-cache.html b/devtools/client/netmonitor/test/html_image-cache.html
new file mode 100644
index 0000000000..b36e388755
--- /dev/null
+++ b/devtools/client/netmonitor/test/html_image-cache.html
@@ -0,0 +1,7 @@
+<html>
+ <body>
+ <img src="test-image.png">
+ <img src="test-image.png">
+ <img src="test-image.png">
+ </body>
+</html>