summaryrefslogtreecommitdiffstats
path: root/layout/reftests/apng-mime
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/apng-mime')
-rw-r--r--layout/reftests/apng-mime/animated.apngbin0 -> 188 bytes
-rw-r--r--layout/reftests/apng-mime/expected.html3
-rw-r--r--layout/reftests/apng-mime/reftest.list1
-rw-r--r--layout/reftests/apng-mime/static.pngbin0 -> 100 bytes
-rw-r--r--layout/reftests/apng-mime/test.html6
5 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/apng-mime/animated.apng b/layout/reftests/apng-mime/animated.apng
new file mode 100644
index 0000000000..6e78a9eef4
--- /dev/null
+++ b/layout/reftests/apng-mime/animated.apng
Binary files differ
diff --git a/layout/reftests/apng-mime/expected.html b/layout/reftests/apng-mime/expected.html
new file mode 100644
index 0000000000..d069957fdf
--- /dev/null
+++ b/layout/reftests/apng-mime/expected.html
@@ -0,0 +1,3 @@
+<!doctype html>
+<title>apng expected</title>
+<img src="animated.apng">
diff --git a/layout/reftests/apng-mime/reftest.list b/layout/reftests/apng-mime/reftest.list
new file mode 100644
index 0000000000..fef0f4a736
--- /dev/null
+++ b/layout/reftests/apng-mime/reftest.list
@@ -0,0 +1 @@
+== test.html expected.html
diff --git a/layout/reftests/apng-mime/static.png b/layout/reftests/apng-mime/static.png
new file mode 100644
index 0000000000..6f76d44387
--- /dev/null
+++ b/layout/reftests/apng-mime/static.png
Binary files differ
diff --git a/layout/reftests/apng-mime/test.html b/layout/reftests/apng-mime/test.html
new file mode 100644
index 0000000000..cdf44b901a
--- /dev/null
+++ b/layout/reftests/apng-mime/test.html
@@ -0,0 +1,6 @@
+<!doctype html>
+<title>apng test</title>
+<picture>
+<source type="image/apng" srcset="animated.apng">
+<img src="static.png">
+</picture>