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