blob: a2217fed5d059cc819034ad7101bd4ff19856ca3 [file] [log] [blame]
<!doctype html>
<svg width="400" height="400">
<foreignObject x="200" y="200" width="200" height="200">
<div style="width: 100px; height: 100px; transform: scale(2); transform-origin: 0 0; overflow: scroll">
<div style="width: 1000px; height: 1000px; background: blue"></div>
</div>
</foreignObject>
</svg>