Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test the 'xml:lang' attribute in SVG</title>
<style type="text/css">
rect:lang(foo) {
fill: lime;
}
</style>
<rect width="100%" height="100%" fill="red"/>
</svg>