blob: c9bc66f78d00dcc0662a05d627d125f8825a96cc [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Verify default overflow rules on foreignObject
You should see a 300x300 green rectangle at 100x100 and no scrollbars.
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml" width="500" height="500">
<foreignObject x="100" y="100" width="300" height="300">
<html:div style="border: solid; position: absolute; width:6000px; height:6000px;background-color: green;"/>
</foreignObject>
</svg>