chromium/third_party/blink/web_tests/fast/dom/StyleSheet/resources/stylesheet-move-iframe2.html

<script>
function start(){
document.body.appendChild(window.top.div);
}
</script>
<body onload="start()">