Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/text/reftests/text-transform-001.html - WPT Dashboard Interop Dashboard
<!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-001-ref.html">
<p>Test passes if the greeting below is in <b>ALL-UPPERCASE</b>:</p>
<svg><text y="50" style="text-transform: uppercase">Hello, World!</text></svg>