text-transform-001-ref.html (208B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <title>Reference: text-transform with SVG text</title> 4 5 <p>Test passes if the greeting below is in <b>ALL-UPPERCASE</b>:</p> 6 7 <svg><text y="50">HELLO, WORLD!</text></svg>