chromium/third_party/blink/web_tests/fragmentation/foreignobject-no-pagination.html

<!doctype HTML>
<div style="columns: 2; height: 100px">
 <svg>
    <foreignObject>
      <div style="width: 50px; height: 200px; background: lightblue">
      </div>
    </foreignObject>
   </svg>
</div>