Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xdg
shared-mime-info
Commits
a219120c
Commit
a219120c
authored
Sep 11, 2019
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Add SVG-in-HTML test file
From
https://bugs.webkit.org/show_bug.cgi?id=201295#c0
parent
84563c62
Pipeline
#62776
passed with stage
in 8 minutes and 39 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
tests/list
tests/list
+2
-0
tests/test-html-with-svg.html
tests/test-html-with-svg.html
+17
-0
No files found.
tests/list
View file @
a219120c
...
...
@@ -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
...
...
tests/test-html-with-svg.html
0 → 100644
View file @
a219120c
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Test animation
</title>
<link
rel=
"stylesheet"
href=
"svg.css"
/>
</head>
<body>
<svg
xmlns=
"http://www.w3.org/2000/svg"
version=
"1.1"
viewBox=
"0 0 300 300"
width=
"500"
height=
"500"
id=
"starter_svg"
>
<text
id=
"username"
x=
"150"
y=
"150"
dx=
"-15"
alignment-baseline=
"middle"
text-anchor=
"end"
>
alice
</text>
<text
id=
"at-separator"
class=
"animated"
x=
"150"
y=
"150"
alignment-baseline=
"middle"
text-anchor=
"middle"
>
@
</text>
<text
id=
"domain"
x=
"150"
y=
"150"
dx=
"15"
alignment-baseline=
"middle"
text-anchor=
"start"
>
example.com
</text>
</svg>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment