blob: faa5b2ec96fa0b2674de72c2e780eee49ecada91 [file] [log] [blame]
<!doctype html>
<p>This test the styling of elements in foreignObject. WebKit uses to fail this because it was unable to match &lt;foreignObject&gt; due the uppercase 'O'</p>
<p>If test suceed, both words should be green.</p>
<svg width="500" height="100">
<foreignObject width="500" height="100">
<span style="color:green">Green</span>
<SPAN style="color:green">Green</SPAN>
</foreignObject>
</svg>