Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG Test Reference</title>
<style>
foreignObject { font: 20px/1.2 monospace; text-overflow: ellipsis; }
</style>
<p>Test passes if the text below is truncated with an ellipsis, and matches the reference.</p>
<foreignObject width="100" height="24">overflowingwordoverflowingword</foreignObject>
</svg>