From a219120c8208cb8f8d35bb10ce7b488fb8246b65 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 11 Sep 2019 13:03:16 +0200 Subject: [PATCH] tests: Add SVG-in-HTML test file From https://bugs.webkit.org/show_bug.cgi?id=201295#c0 --- tests/list | 2 ++ tests/test-html-with-svg.html | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 tests/test-html-with-svg.html diff --git a/tests/list b/tests/list index 1342d09..af615c2 100644 --- a/tests/list +++ b/tests/list @@ -84,6 +84,8 @@ mypaint.ora image/openraster # Copied from https://bugs.freedesktop.org/show_bug.cgi?id=19201#c3 test.xhtml application/xhtml+xml test.xht application/xhtml+xml +# Copied from https://bugs.webkit.org/show_bug.cgi?id=201295#c0 +test-html-with-svg.html text/html # Copied from https://gitlab.freedesktop.org/xdg/shared-mime-info/issues/98 test-really-html-not-xhtml.html text/html oxx # Copied from http://cvs.fedoraproject.org/viewvc/comps/comps-f11.xml.in?revision=1.306 diff --git a/tests/test-html-with-svg.html b/tests/test-html-with-svg.html new file mode 100644 index 0000000..c671722 --- /dev/null +++ b/tests/test-html-with-svg.html @@ -0,0 +1,17 @@ + + + + + Test animation + + + + + + alice + @ + example.com + + + -- GitLab