summaryrefslogtreecommitdiffstats
path: root/layout/reftests/apng-mime
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /layout/reftests/apng-mime
parentInitial commit. (diff)
downloadfirefox-esr-upstream.tar.xz
firefox-esr-upstream.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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>