summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/text/reftests/text-transform-002.html
blob: 53da0d8c66311564d7ff21fec8543392d1a4a1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset=utf-8>
<title>text-transform with SVG text</title>
<meta name="assert" content="The CSS text-transform property should work">
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<link rel="match" href="text-transform-002-ref.html">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1738560">

<p>Test passes if the greeting below has <b>Initial Capitals</b>:</p>

<svg><text y="50" style="text-transform: capitalize">hello, world!</text></svg>