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/no-margin-border-padding.svg - WPT Dashboard Interop Dashboard
<?xml version="1.0" encoding="utf-8"?>
<g id="testmeta">
<title>Margin, border, and padding should not be supported in <text></title>
<html:link rel="help"
<html:link rel="match" href="no-margin-border-padding-ref.svg" />
</g>
<text font-size="32" y="50" style="border:5px solid red; padding:20px;">
foo<tspan style="border:5px solid blue; padding:20px; margin-right:40px;">bar</tspan>baz
</text>
</svg>