foreign-object-scale-scroll-ref.html (325B)
1 <!doctype html> 2 <svg width="400" height="400"> 3 <foreignObject x="200" y="200" width="200" height="200"> 4 <div style="width: 100px; height: 100px; transform: scale(2); transform-origin: 0 0; overflow: scroll"> 5 <div style="width: 1000px; height: 1000px; background: blue"></div> 6 </div> 7 </foreignObject> 8 </svg>