Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html style="background-color: lime;">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<span style="display:none;"> דניאל גל</span>
<svg width="100%" height="100%">
<defs>
<path id="p" d="M50,50h400"/>
</defs>
<text fill="lime" font-size="50px">
<textPath xlink:href="#p"><tspan>I should be lime</tspan></textPath>
</text>
</svg>
</body>
</html>