blob: bec8ebce53dcdb5891827aaf9e8b951222c8e0ef [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<body>
<p>Nested svg should not isolate. The test passes if you see a lime square.</p>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px">
<rect x="0" y="0" width="200" height="200" style="fill: lime"/>
</svg>
</body>
</html>