blob: 0e4fc37bc7fa22e19718cd7efa809f48afe7a785 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<style>
* { margin: 0 }
</style>
<svg style="width: 400px; height: 400px">
<g id="container" style="transform: translateY(300px)">
<rect width="101" height="100" x="10" y="-200" fill="green">
</rect>
</g>
</svg>